From a01d6497a010ea205b4fa9aebafa8c036b5590bc Mon Sep 17 00:00:00 2001 From: gaelle morin <gmorin.dev@gmail.com> Date: Thu, 1 Jul 2021 15:55:14 +0200 Subject: [PATCH] fix: left menu - alignment between the coungter and the remove button fixed --- src/styles/left-nav/_index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss index c96e3811..4566b885 100644 --- a/src/styles/left-nav/_index.scss +++ b/src/styles/left-nav/_index.scss @@ -260,6 +260,9 @@ nav#main__menu { font-size: 18px; color: white; visibility: visible; + position: relative; + bottom: 1px; + margin-left: 6px; } } } -- GitLab