This commit is contained in:
cay 2026-03-30 15:49:09 +01:00
parent 609c859418
commit 4147694623

View File

@ -5,9 +5,9 @@
#hud {
position: fixed;
/* Untere rechte Ecke des HUD = obere linke Ecke der Worldmap (2037x1018, zentriert) */
right: calc(50vw + 1018.5px);
bottom: calc(50vh + 509px);
/* Obere linke Ecke der Worldmap (2037x1018, zentriert) */
left: calc(50vw - 1018.5px);
top: calc(50vh - 509px);
z-index: 1500;