From 085d963166ec5c0c8b59faedf7a8d76908fcf6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 14 Sep 2017 16:07:36 +0200 Subject: [PATCH] Icon shifting and unification of padding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 262d3888f89..979d5459337 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -103,6 +103,12 @@ kbd { > li { display: inline-flex; flex-wrap: wrap; + + > a { + /* Ugly hack for overriding the main entry link */ + padding-left: 44px !important; + } + &:focus, &:hover, &.active, @@ -134,7 +140,7 @@ kbd { /* Second level nesting for lists */ > ul { flex: 1 0 100%; - padding-left: 44px; + padding-left: 62px; width: inherit; transition: max-height 2000ms ease-in-out, opacity 250ms ease-in-out;