From ab7e1d92fe7e3fb216e7e77dbfbb103b7c42a23b Mon Sep 17 00:00:00 2001
From: gaelle morin <gmorin.dev@gmail.com>
Date: Mon, 28 Jun 2021 15:44:05 +0200
Subject: [PATCH] fix: left menu - button to remove SO doesn't take too much
 space

---
 src/styles/left-nav/_index.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss
index 9773c79b..346d9b5a 100644
--- a/src/styles/left-nav/_index.scss
+++ b/src/styles/left-nav/_index.scss
@@ -226,7 +226,7 @@ nav#main__menu {
     orbit-menu-contact-removed {
       display: none;
       button {
-        visibility: hidden;
+        display: contents;
       }
     }
 
@@ -253,7 +253,7 @@ nav#main__menu {
         position: relative;
         top: -28px;
         display: block;
-        left: calc(100% - 47px);
+        left: calc(100% - 50px);
         padding-top: 5px;
 
         button {
-- 
GitLab