This commit is contained in:
Vanessa 2022-10-26 12:12:15 +08:00
parent cad0f1030d
commit dcb18db0d0

View file

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