fix: left menu - button to remove SO doesn't take too much space
This commit is contained in:
parent
af388ae0ef
commit
24bb8d54a6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user