fix: left menu - button to remove SO doesn't take too much space

This commit is contained in:
gaelle morin 2021-06-28 15:44:05 +02:00
parent 001e986315
commit 516714d634
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 2 additions and 2 deletions

View File

@ -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 {