Vanessa 2024-10-20 10:24:44 +08:00
parent 706b33b5d5
commit 0f53b5aeac
2 changed files with 8 additions and 8 deletions

View file

@ -190,7 +190,7 @@
@include text-clamp(1);
// 搜索列表中自定义图标
& > img,
& > img:not(.emoji),
& > .custom-icon {
height: 14px;
width: 14px;

View file

@ -13,13 +13,6 @@
img {
max-width: 100%;
margin: 0 auto;
&.emoji {
width: 1.25em;
cursor: auto;
max-width: none;
vertical-align: sub; // text-top windows 不兼容
}
}
// 需显示 p 的使用范围 https://github.com/siyuan-note/siyuan/issues/11670
@ -639,3 +632,10 @@
z-index: 304;
padding: 4px;
}
.emoji {
width: 1.25em;
cursor: auto;
max-width: none;
vertical-align: sub; // text-top windows 不兼容
}