[style] Fix listing connection levels.
This commit is contained in:
parent
0721891864
commit
6d3e444963
1 changed files with 5 additions and 0 deletions
|
@ -266,6 +266,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…
Add table
Add a link
Reference in a new issue