diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-01-04 12:23:04 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-01-04 12:32:22 +0100 |
commit | 738c144a213fddfa7d96260342347e4aad3c6111 (patch) | |
tree | 4215e573e0f33c9d0c8314988c796c69f02b7f3c /core | |
parent | 62d71158a9ee8b17a61c852da952f5c757e0d17c (diff) | |
download | nextcloud-server-738c144a213fddfa7d96260342347e4aad3c6111.tar.gz nextcloud-server-738c144a213fddfa7d96260342347e4aad3c6111.zip |
Fix app menu popover alignment
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index b38c0bcb401..54324544bb2 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -440,7 +440,6 @@ nav { display: inline-block; width: auto; clear: both; - height: 44px; li { float: left; @@ -462,7 +461,7 @@ nav { } } .app-loading .icon-loading-small-dark { - top:12px; + top: 12px; width: 20px; height: 20px; } @@ -495,7 +494,7 @@ nav { color: rgba($color-main-text, .7); width: auto; left: 50%; - top: 45px; + top: 100%; transform: translateX(-50%); padding: 4px 10px; filter: drop-shadow(0 1px 10px $color-box-shadow); |