|
@@ -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;
|