fix(css): hide the nav when the content has not yet been loaded
This commit is contained in:
parent
3de3def8a8
commit
1fa1619278
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
body:not(.ready) {
|
||||
overflow: hidden;
|
||||
|
||||
[data-cloak], .app-nav {
|
||||
[data-cloak], .app-nav, > nav {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -244,7 +244,7 @@ main {
|
|||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.sidebar-nav {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue