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