diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-27 12:53:46 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-04 14:12:29 +0100 |
commit | 262ce3f19d481f05a79ef9d501bf9c6d265d5044 (patch) | |
tree | 2c41a16d613743381eb993f1fcab406c035e1ae4 /core | |
parent | 72861f2dfbe68c43b05eb00b696ed9129d513b7f (diff) | |
download | nextcloud-server-262ce3f19d481f05a79ef9d501bf9c6d265d5044.tar.gz nextcloud-server-262ce3f19d481f05a79ef9d501bf9c6d265d5044.zip |
App menu fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index a2c91d00ee4..e7c0f7252c9 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -226,7 +226,8 @@ nav { display: inline-block; width: 44px; height: 44px; - margin-left: -54px; + margin-left: -44px; + position: relative; } .header-left #navigation { |