Skip to content

Commit

Permalink
fix(css): hide the nav when the content has not yet been loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Jul 27, 2017
1 parent 3de3def commit 1fa1619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/basic/_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
body:not(.ready) {
overflow: hidden;

[data-cloak], .app-nav {
[data-cloak], .app-nav, > nav {
display: none;
}
}
Expand Down Expand Up @@ -244,7 +244,7 @@ main {
position: static;
}
}

.sidebar-nav {
line-height: 2em;
}
Expand Down

0 comments on commit 1fa1619

Please sign in to comment.