This commit is contained in:
cay 2026-03-30 15:50:26 +01:00
parent 4147694623
commit b76382b452

View File

@ -4,18 +4,16 @@
#hud {
position: fixed;
/* Obere linke Ecke der Worldmap (2037x1018, zentriert) */
left: calc(50vw - 1018.5px);
top: calc(50vh - 509px);
top: 0;
left: 0;
z-index: 1500;
display: flex;
flex-direction: column;
gap: 0;
width: clamp(220px, 16vw, 340px);
/* Breite = schwarzer Bereich links neben der Worldmap */
width: calc(50vw - 1018.5px);
pointer-events: none;
}