From 38f684aadfb10d491fabfeb0af9a22c109c9cfff Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 24 Jan 2017 00:59:50 +0100 Subject: [PATCH] fix positioning details of icons in navigation Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 93e60fbfbf1..f91f78d52f8 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -104,6 +104,12 @@ em { opacity: 1; box-shadow: inset 2px 0 #0082c9; } + li > a:first-child img { + margin-bottom: -3px; + margin-right: 11px; + width: 16px; + margin-left: 2px; + } .collapse { display: none; /* hide collapse button initially */ -- 2.39.5