From 17b31cab86c5e178a33a8c5fb99deae1ecc2d50f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 26 Mar 2019 13:46:14 +0100 Subject: [PATCH] Elastic: Fix regression in taskmenu on small window height --- plugins/libkolab/skins/elastic/libkolab.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/libkolab/skins/elastic/libkolab.less b/plugins/libkolab/skins/elastic/libkolab.less index 2fadb70b..16c6fd89 100644 --- a/plugins/libkolab/skins/elastic/libkolab.less +++ b/plugins/libkolab/skins/elastic/libkolab.less @@ -524,17 +524,18 @@ button.btn { @media screen and (max-height: 640px) and (min-width: (@screen-width-small + 1px)) { #layout-menu .popover-header img, #layout-menu { - width: 2.5rem; + width: @layout-menu-width-sm; } #taskmenu { a { - height: auto; + height: @layout-menu-width-sm; width: 100%; + font-size: 1.2rem !important; } .special-buttons { - width: 2.5rem; + width: @layout-menu-width-sm; } span.inner {