/help/: Show first sidebar section by default.

F
This commit is contained in:
Brock Whittaker 2017-10-03 11:36:50 -07:00
parent 80545e30d4
commit 513df556bb
1 changed files with 5 additions and 0 deletions

View File

@ -165,6 +165,11 @@ body {
display: block; display: block;
} }
/* show two of them by default */
.help .sidebar #guides + ul {
display: block;
}
.app.help .hamburger { .app.help .hamburger {
display: none; display: none;
} }