mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-17 22:29:17 +00:00
fix: hide single-level breadcrumbs
This commit is contained in:
parent
4ec630c07c
commit
8bf4f3ef7f
|
@ -9,6 +9,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.td-breadcrumbs__single {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.td-toc ul {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue