From 33189c57d370258dbe668291fbc3c1c68a126a1b Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 26 Oct 2022 15:07:25 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/6280 --- app/src/assets/scss/_wysiwyg.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/assets/scss/_wysiwyg.scss b/app/src/assets/scss/_wysiwyg.scss index c1a774af2..460cf4552 100644 --- a/app/src/assets/scss/_wysiwyg.scss +++ b/app/src/assets/scss/_wysiwyg.scss @@ -43,7 +43,7 @@ &:before { content: ""; position: absolute; - height: calc(100% - 31px); + height: calc(100% - 35px); border-left: 0.5px solid var(--b3-theme-background-light); top: 35px; left: 17px; @@ -53,10 +53,6 @@ border-left-color: var(--b3-scroll-color); } - &:nth-last-child(2):before { - height: calc(100% - 36px) - } - &[fold="1"] { &:before { content: none;