From 35fb07ee640343dbc19d3a9c32f3a9622276bf82 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Sep 2018 12:10:09 +0200 Subject: [PATCH] Navigation: Move marker on left side On the right it looks like a scrollbar. --- src/styles/components/_navbar.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_navbar.sass b/src/styles/components/_navbar.sass index 4332f6e9..c3ab0bf9 100644 --- a/src/styles/components/_navbar.sass +++ b/src/styles/components/_navbar.sass @@ -196,7 +196,7 @@ $nav-secondary-bar-size: -2px &:after background-image: linear-gradient($primary-accent 70%, $primary) height: 100% - left: initial + left: 0 top: 0 width: 3px