dnaes
This commit is contained in:
parent
4147694623
commit
b76382b452
@ -4,18 +4,16 @@
|
|||||||
|
|
||||||
#hud {
|
#hud {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
/* Obere linke Ecke der Worldmap (2037x1018, zentriert) */
|
left: 0;
|
||||||
left: calc(50vw - 1018.5px);
|
|
||||||
top: calc(50vh - 509px);
|
|
||||||
|
|
||||||
z-index: 1500;
|
z-index: 1500;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
|
||||||
width: clamp(220px, 16vw, 340px);
|
/* Breite = schwarzer Bereich links neben der Worldmap */
|
||||||
|
width: calc(50vw - 1018.5px);
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user