style: fix desktop map-top-controls left offset to eliminate HUD card collision
This commit is contained in:
@@ -706,12 +706,19 @@ body {
|
||||
.map-top-controls {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 360px;
|
||||
right: 20px;
|
||||
z-index: 500;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.map-top-controls > * {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.btn-hud-action {
|
||||
|
||||
Reference in New Issue
Block a user