Skip to content

Commit 1fa1619

Browse files
committed
fix(css): hide the nav when the content has not yet been loaded
1 parent 3de3def commit 1fa1619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/basic/_layout.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
body:not(.ready) {
1111
overflow: hidden;
1212

13-
[data-cloak], .app-nav {
13+
[data-cloak], .app-nav, > nav {
1414
display: none;
1515
}
1616
}
@@ -244,7 +244,7 @@ main {
244244
position: static;
245245
}
246246
}
247-
247+
248248
.sidebar-nav {
249249
line-height: 2em;
250250
}

0 commit comments

Comments
 (0)