fix: hide another duplicate header

pull/105/head
nevfy 2024-02-04 18:16:49 +04:00
parent 4e1eab2139
commit 5fc5905bc3
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
background-color: #7EB07F11;
}
ul.ul-0 li a.tree-root {
display: none;
}
li:has(input[type="checkbox"]) {
list-style-type: none;
}