mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
cad0f1030d
commit
dcb18db0d0
1 changed files with 8 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue