From 31815d10350ad5483ddf398658333287d40eded2 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 23 Jul 2019 11:36:04 +0200 Subject: [PATCH] =?UTF-8?q?CSS:=20Adjust=20logo-container=20to=20match=20t?= =?UTF-8?q?ab=E2=80=99s=20height,=20when=20sidebar=20collapsed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/icinga/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/layout.less b/public/css/icinga/layout.less index b218f81e4..2dea1e2f1 100644 --- a/public/css/icinga/layout.less +++ b/public/css/icinga/layout.less @@ -257,7 +257,7 @@ html.no-js .controls > .tabs { // Collapsed sidebar #layout:not(.minimal-layout).sidebar-collapsed { #header-logo-container { - height: 3.167em; + height: 3em; padding: 0.25em 0.125em; width: 4em; }