[Glitch] Fix edge case where settings/admin page sidebar would be incorrectly hidden

Port 00b45b967e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2022-02-16 21:44:19 +01:00
parent 41d52ee4b5
commit d70e4e3da0
3 changed files with 6 additions and 14 deletions

View File

@ -322,6 +322,10 @@ $content-width: 840px;
& > ul {
display: none;
&.visible {
display: block;
}
}
ul a,