Procházet zdrojové kódy

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

Vanessa před 2 roky
rodič
revize
33189c57d3
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. 1 5
      app/src/assets/scss/_wysiwyg.scss

+ 1 - 5
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;