fix(css): hide the nav when the content has not yet been loaded

This commit is contained in:
qingwei.li 2017-07-27 09:50:21 +08:00
parent 3de3def8a8
commit 1fa1619278

View File

@ -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;
}