Fixes visible sidebar even if hidden is applied

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-05-19 13:03:54 -05:00
parent cc2d06606d
commit 5a6af19076
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ kbd {
width: 100%;
box-sizing: border-box;
}
&.hidden {
display: none;
}
&.without-app-settings {
padding-bottom: 0;
}