From 5c4ad4efe5f041dd1f65d4f3384fb9e65339c448 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Sat, 27 Aug 2022 12:23:06 +0200 Subject: [PATCH] Give header menus a better maximum height for mobile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index f926566c687..55f797789c7 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -62,7 +62,7 @@ @mixin header-menu-height() { min-height: calc(44px * 1.5); // show at least 1.5 entries - max-height: calc(100vh - #{variables.$header-height} * 4); + max-height: calc(100vh - #{variables.$header-height} * 2); } #header { -- 2.39.5