From 2e1f55a0841ffee7b295a408b8c0d2f83754e207 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 28 Mar 2023 15:29:43 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7799 --- app/src/assets/scss/protyle/_protyle.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/assets/scss/protyle/_protyle.scss b/app/src/assets/scss/protyle/_protyle.scss index cb8ec22f6..0c67773d1 100644 --- a/app/src/assets/scss/protyle/_protyle.scss +++ b/app/src/assets/scss/protyle/_protyle.scss @@ -249,7 +249,7 @@ width: 80px; transition: var(--b3-transition); cursor: pointer; - font-size: 80px; + font-size: 68px; // 🔪显示不完整 line-height: 80px; text-align: center; font-family: var(--b3-font-family-emoji); @@ -261,6 +261,10 @@ float: left; border-radius: 4px; } + + &:not(.fn__none) + .protyle-icons { + margin-top: 57px; + } } &__img { @@ -356,11 +360,9 @@ bottom: 0; display: flex; position: absolute; - height: 80px; .protyle-icons { position: initial; - margin-top: 40px; } } }