mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: toc item margin too big
This commit is contained in:
parent
8bac943102
commit
1d296b0921
|
@ -8,7 +8,7 @@ ul.ul-2>.td-sidebar-nav__section-title a {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.ul-2 {
|
ul.ul-2 {
|
||||||
padding: 0 2rem;
|
padding: 0 0 0 2rem;
|
||||||
&>.td-sidebar-nav__section-title a:hover {
|
&>.td-sidebar-nav__section-title a:hover {
|
||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
background-color: #7EB07F11;
|
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,
|
ul.ul-0 li a.tree-root,
|
||||||
h5.taxonomy-title {
|
h5.taxonomy-title {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Reference in a new issue