From 0537dc1be6025c1de1d4ebc9348b2777f81bbcdb Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 1 Jul 2019 21:05:52 +0200 Subject: [PATCH] `.nav-link` box-shado fix --- scss/layout/_navbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/layout/_navbar.scss b/scss/layout/_navbar.scss index 7ace61f0b..ae541488b 100644 --- a/scss/layout/_navbar.scss +++ b/scss/layout/_navbar.scss @@ -135,6 +135,7 @@ Sidebar color: $text-muted; height: 2.5rem; padding: 0 $navbar-padding-x; + box-shadow: inset 2px 0 0 0 transparent; transition: .3s background, .3s box-shadow; &.active, @@ -286,7 +287,7 @@ Folded navbar .nav-icon { display: flex; - width: 1.5rem; + width: 1.75rem; border-radius: 100%; flex-shrink: 0; opacity: .8;