This commit is contained in:
Vanessa 2022-10-26 15:07:25 +08:00
parent b478a9098e
commit 33189c57d3

View file

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