From 06ed9c838e61135eef85387482209a5fc18176e8 Mon Sep 17 00:00:00 2001 From: Kristina Lim Date: Wed, 3 Jul 2019 00:25:32 +0800 Subject: [PATCH] Remove extra left padding from top bar menu items --- app/assets/stylesheets/darkswarm/variables.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/darkswarm/variables.css.scss b/app/assets/stylesheets/darkswarm/variables.css.scss index bf1db3eadc..58973f47eb 100644 --- a/app/assets/stylesheets/darkswarm/variables.css.scss +++ b/app/assets/stylesheets/darkswarm/variables.css.scss @@ -15,6 +15,7 @@ $brand-colour: #f27052; // Topbar $topbar-height: rem-calc(64); $topbar-link-padding: $topbar-height / 3; +$topbar-arrows: false; $topbar-bg: $white; $topbar-bg-color: $topbar-bg;