From e4c3a2d9d0b16987490d0c137eb681ccfd3a0a04 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 8 Dec 2022 09:56:54 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/6810 --- app/src/assets/scss/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/assets/scss/_typography.scss b/app/src/assets/scss/_typography.scss index 1fc7565ff..4629ca63a 100644 --- a/app/src/assets/scss/_typography.scss +++ b/app/src/assets/scss/_typography.scss @@ -20,7 +20,7 @@ &.emoji { cursor: auto; max-width: none; - vertical-align: text-top; + vertical-align: sub; // text-top windows 不兼容 } }