mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-26 11:27:04 +00:00
Fixed menu position for Fixed Width Style
This commit is contained in:
parent
3acf417124
commit
5be9692192
@ -3444,7 +3444,6 @@ nav .lbbuttonsel2 {
|
||||
z-index: 1000;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
#userDropdownButton {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -3574,3 +3573,7 @@ nav .lbbuttonsel2 {
|
||||
height: 14px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
body:not(.fullscreen) #userDropdown {
|
||||
right: calc(50vw - 470px);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user