mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 11:07:07 +02:00
fix: wrong padding for single row mobile nav (#1191)
This commit is contained in:
parent
d5fd15ecbe
commit
4ce7ae2c98
2 changed files with 26 additions and 1 deletions
|
@ -1317,6 +1317,10 @@ input::placeholder {
|
|||
z-index: 99;
|
||||
}
|
||||
|
||||
.singleRowMobileNav.navPusher {
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.navPusher:after {
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
content: '';
|
||||
|
@ -2006,6 +2010,10 @@ input::placeholder {
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
.tocActive .singleRowMobileNav .onPageNav {
|
||||
top: 98px;
|
||||
}
|
||||
|
||||
.tocActive .navToggle,
|
||||
.tocActive .navBreadcrumb h2 {
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue