From a453ca8ee855efe7e4a5b90e1cb29d2a94c86307 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 1 May 2017 19:16:29 +0200 Subject: [PATCH] allow using the full height of the header for the logo Signed-off-by: Robin Appelman --- core/css/header.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/css/header.scss b/core/css/header.scss index 50d270a6ff94a..bf8617f1fcca0 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -115,7 +115,8 @@ background-repeat: no-repeat; background-position: center center; width: 62px; - height: 34px; + height: 44px; + margin-top: -5px; } .header-appname-container { display: none; @@ -538,4 +539,4 @@ nav { li.hidden { display: none; } -} \ No newline at end of file +}