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:
-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;
}