Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-19 22:47:56 +0300
committerGitHub <noreply@github.com>2017-05-19 22:47:56 +0300
commit6e2139f60eb6a96deefacd046202d8617fd30b77 (patch)
treeb4093d4e6cfbee03f09376bb657015d88f021b06
parente0277fa9b78248ab0a910c8dc5edf2209583689c (diff)
parent5a6af190766db110f963bb7b6e25dc7d98ee08a4 (diff)
Merge pull request #4975 from nextcloud/stable12-4974
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;
}