[style] Fix listing connection levels.
This commit is contained in:
parent
80c5dc793b
commit
7fa826d7b3
@ -263,6 +263,11 @@ img {
|
||||
border-left: 2px solid var(--tree-color);
|
||||
}
|
||||
|
||||
.node .contents ul ul ul li,
|
||||
.global-table-of-contents ul ul ul li {
|
||||
margin-left: calc(0px + var(--tree-radius) * 2 + .5ex);
|
||||
}
|
||||
|
||||
.node .contents ul ul li::marker,
|
||||
.global-table-of-contents ul ul li::marker {
|
||||
content: '';
|
||||
|
Loading…
Reference in New Issue
Block a user