[style] Fix listing connection levels.
This commit is contained in:
parent
0721891864
commit
6d3e444963
@ -266,6 +266,11 @@ img {
|
|||||||
border-left: 2px solid var(--tree-color);
|
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,
|
.node .contents ul ul li::marker,
|
||||||
.global-table-of-contents ul ul li::marker {
|
.global-table-of-contents ul ul li::marker {
|
||||||
content: '';
|
content: '';
|
||||||
|
Loading…
Reference in New Issue
Block a user