Browse Source

:lipstick: fix https://github.com/siyuan-note/siyuan/issues/6280

Vanessa 2 years ago
parent
commit
dcb18db0d0
1 changed files with 8 additions and 4 deletions
  1. 8 4
      app/src/assets/scss/_wysiwyg.scss

+ 8 - 4
app/src/assets/scss/_wysiwyg.scss

@@ -43,10 +43,10 @@
       &:before {
         content: "";
         position: absolute;
-        height: calc(100% - 19px);
-        border-left: 1px solid var(--b3-theme-background-light);
-        top: 29px;
-        left: 16px;
+        height: calc(100% - 31px);
+        border-left: 0.5px solid var(--b3-theme-background-light);
+        top: 35px;
+        left: 17px;
       }
 
       &:hover:before {
@@ -58,6 +58,10 @@
       }
 
       &[fold="1"] {
+        &:before {
+          content: none;
+        }
+
         & > .protyle-action:after {
           background-color: var(--b3-theme-surface-lighter);
         }