From 0dd00d21387788ea33f29e429a31562617ba008b Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 31 Jan 2024 22:56:22 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/10286 --- app/src/assets/scss/component/_typography.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/assets/scss/component/_typography.scss b/app/src/assets/scss/component/_typography.scss index 8ba192b48..5a0c4ad76 100644 --- a/app/src/assets/scss/component/_typography.scss +++ b/app/src/assets/scss/component/_typography.scss @@ -15,7 +15,7 @@ margin: 0 auto; &.emoji { - width: 1lh; + width: .7lh; cursor: auto; max-width: none; vertical-align: sub; // text-top windows 不兼容 @@ -148,6 +148,10 @@ margin: 4px 0; font-weight: 600; line-height: 1.25; + + .emoji { + width: 1lh; + } } .h1,