From ce9c833c5b7b59f846bd36f08cc25ad06482a054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 13 Jan 2017 15:31:42 +0100 Subject: [PATCH] App navigation utils button fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index ce14d654b0e..6166a9b3326 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -241,12 +241,12 @@ em { z-index: 105; ul { display: flex !important; - align-items: flex-end; + align-items: center; + justify-content: flex-end; } li { width: 44px !important; height: 44px; - line-height: 44px; } } .active > .app-navigation-entry-utils li { @@ -568,7 +568,7 @@ em { border-width: 10px; } /* Center the popover */ - &.center { + &.menu-center { transform: translateX(50%); right: 50%; margin-right: 0; @@ -579,7 +579,7 @@ em { } } /* Align the popover to the left */ - &.left { + &.menu-left { right: auto; left: 0; margin-right: 0;