스타일 수정
This commit is contained in:
parent
fd4154d37e
commit
d1afcdea7a
|
@ -51,6 +51,7 @@ class StatefulDecorationSet {
|
|||
const linkEl = createEl("a");
|
||||
linkEl.href = token.value;
|
||||
linkEl.addClass("markdown-rendered");
|
||||
linkEl.addClass("external-link");
|
||||
div.appendChild(linkEl);
|
||||
LinkThumbnailWidgetParams(token.value).then(params => {
|
||||
if (params) {
|
||||
|
|
|
@ -40,6 +40,7 @@ a:has(.openGraphPreview):hover {
|
|||
}
|
||||
.openGraphPreview .se-oglink-thumbnail-resource {
|
||||
height: 100%;
|
||||
max-height: 150px;
|
||||
object-fit: cover !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue