diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-08-24 17:32:31 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-08-24 17:32:31 +0200 |
commit | fb40627c8c9cdbdf0147baf10e6f230ad23c0ab2 (patch) | |
tree | 84d64506be2f1209154d0dc944102752026b7c67 /core | |
parent | ddd18aa3754f4787608726c0ffed71eda480dbf7 (diff) | |
download | nextcloud-server-fb40627c8c9cdbdf0147baf10e6f230ad23c0ab2.tar.gz nextcloud-server-fb40627c8c9cdbdf0147baf10e6f230ad23c0ab2.zip |
Fix header logo padding
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 1cd8e8e81b7..b12ab5c6ac7 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -56,7 +56,7 @@ /* LOGO and APP NAME -------------------------------------------------------- */ #nextcloud { - padding: 7px 12px; + padding: 7px 0; padding-left: 86px; // logo width + 2* pa position: relative; height: 100%; |