fix: toc item margin too big

This commit is contained in:
nevfy 2024-07-05 07:32:34 +03:00
parent 8bac943102
commit 1d296b0921

View file

@ -8,7 +8,7 @@ ul.ul-2>.td-sidebar-nav__section-title a {
}
ul.ul-2 {
padding: 0 2rem;
padding: 0 0 0 2rem;
&>.td-sidebar-nav__section-title a:hover {
color: $primary !important;
background-color: #7EB07F11;
@ -17,6 +17,10 @@ ul.ul-2 {
}
}
.td-sidebar-nav__section.ul-0 {
padding: 0 1.5rem;
}
ul.ul-0 li a.tree-root,
h5.taxonomy-title {
display: none !important;