From 6a46f68fa6c44d6c45e9c1f10a6f041ea405c51a Mon Sep 17 00:00:00 2001 From: taitus Date: Fri, 27 Nov 2020 11:23:21 +0100 Subject: [PATCH] Improve styles on shared admin login items --- app/assets/stylesheets/admin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index cd79a951b..a469e7c28 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -62,6 +62,7 @@ $sidebar-active: #f4fcd0; border-bottom: 1px solid #eee; color: #000; height: auto; + padding-top: $line-height / 2; @include breakpoint(small only) { @@ -134,7 +135,6 @@ $sidebar-active: #f4fcd0; @include breakpoint(medium) { height: auto !important; - padding-top: $line-height / 2; } a {