From be80f0e84c311f0604a652ed830f3abdd5ba2d4a Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 4 Jul 2019 23:22:04 +0200 Subject: [PATCH] Fix theme CSS --- sass/base_theme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/base_theme.scss b/sass/base_theme.scss index 8628370..980fbd5 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -265,7 +265,8 @@ a:hover { background: $color-menu-background; padding: 5px; color: $color-light; - margin-right:5px; + margin-right: 10px; + float: left; border-radius:2px; } .bar-item:hover {