diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 15:21:35 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 23:39:50 +0200 |
commit | 0847c98aaf659a9e9ce966952820d096d3ec1f0c (patch) | |
tree | e0f764ae31ec9c5a034cb080f614e1c1610ee3f4 /apps/theming/css | |
parent | 16c061818eceb2d5356030cfa620d256e7a8b284 (diff) | |
download | nextcloud-server-0847c98aaf659a9e9ce966952820d096d3ec1f0c.tar.gz nextcloud-server-0847c98aaf659a9e9ce966952820d096d3ec1f0c.zip |
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.scss | 6 |
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; + } +} |