From 738c144a213fddfa7d96260342347e4aad3c6111 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 4 Jan 2018 12:23:04 +0100 Subject: Fix app menu popover alignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/header.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/css/header.scss') 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); -- cgit v1.2.3