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 {
|
.map-top-controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
left: 360px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: flex-end;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.map-top-controls > * {
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-hud-action {
|
.btn-hud-action {
|
||||||
|
|||||||
Reference in New Issue
Block a user