fix: left menu - button to remove SO doesn't take too much space
This commit is contained in:
parent
ec428e56ae
commit
ab7e1d92fe
@ -226,7 +226,7 @@ nav#main__menu {
|
|||||||
orbit-menu-contact-removed {
|
orbit-menu-contact-removed {
|
||||||
display: none;
|
display: none;
|
||||||
button {
|
button {
|
||||||
visibility: hidden;
|
display: contents;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ nav#main__menu {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: -28px;
|
top: -28px;
|
||||||
display: block;
|
display: block;
|
||||||
left: calc(100% - 47px);
|
left: calc(100% - 50px);
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
Loading…
Reference in New Issue
Block a user