From 22c58a66100450fb1fa9a27835ead69e717d0259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 24 Mar 2017 10:19:42 +0100 Subject: [PATCH] Fix appmenu issues 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index 335ce18600..4b6c0fbd00 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -462,6 +462,7 @@ nav { width: auto; clear: both; height: 44px; + flex-shrink: 0; li { float: left; @@ -559,7 +560,7 @@ nav { } /* use popover menu on mobile and small screens */ -@media only screen and (max-width: 600px) { +@media only screen and (max-width: 680px) { #header .header-appname-container { display: inline-block !important;