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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-24 16:21:35 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-25 00:39:50 +0300
commit0847c98aaf659a9e9ce966952820d096d3ec1f0c (patch)
treee0f764ae31ec9c5a034cb080f614e1c1610ee3f4 /apps/theming/css
parent16c061818eceb2d5356030cfa620d256e7a8b284 (diff)
addjust footer height when legal links are present. fixes #9572
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/theming.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index f65e20fa9b7..6b0566039d2 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -192,3 +192,9 @@ input.primary,
border: 1px solid #ebebeb;
}
}
+
+@if ($has-legal-links == 'true') {
+ footer {
+ height: 92px;
+ }
+}