From 516714d634ef3780965c912a2ff0f25fdc37b0d0 Mon Sep 17 00:00:00 2001 From: gaelle morin 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 9773c79..346d9b5 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 {