Merge pull request #4974 from nextcloud/fix-hidden-sidebar

Fixes visible sidebar even if hidden is applied
This commit is contained in:
Lukas Reschke 2017-05-19 21:48:32 +02:00 committed by GitHub
commit 5cecaae91f

View File

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