mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
Merge pull request 'Hide single-level breadcrumbs in docs' (#98) from nevfy/selfprivacy.org:docs-bread into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/98 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
082e0c37be
|
@ -15,6 +15,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td-breadcrumbs__single {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.td-navbar .td-navbar-nav-scroll {
|
.td-navbar .td-navbar-nav-scroll {
|
||||||
height: unset !important;
|
height: unset !important;
|
||||||
margin-top: unset !important;
|
margin-top: unset !important;
|
||||||
|
|
Loading…
Reference in a new issue