aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-19 21:48:32 +0200
committerGitHub <noreply@github.com>2017-05-19 21:48:32 +0200
commit5cecaae91fa5c06464892c67001a62336351cc89 (patch)
tree86a32ebff4073d77a604572241a677ad2bf3549c
parent2e10812898a75175b66ecd8b283d5534e71e9a30 (diff)
parent3636672fa54edd16589351948ad8a91a87fbb1fc (diff)
downloadnextcloud-server-5cecaae91fa5c06464892c67001a62336351cc89.tar.gz
nextcloud-server-5cecaae91fa5c06464892c67001a62336351cc89.zip
Merge pull request #4974 from nextcloud/fix-hidden-sidebar
Fixes visible sidebar even if hidden is applied
-rw-r--r--core/css/apps.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 633d889f180..fd26f46bcdb 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -117,6 +117,9 @@ kbd {
width: 100%;
box-sizing: border-box;
}
+ &.hidden {
+ display: none;
+ }
&.without-app-settings {
padding-bottom: 0;
}