This commit is contained in:
cay 2026-03-30 15:52:08 +01:00
parent b76382b452
commit 304000eb3a

View File

@ -10,10 +10,12 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0; align-items: flex-end;
justify-content: flex-end;
/* Breite = schwarzer Bereich links neben der Worldmap */ /* Breite und Höhe = schwarzer Bereich bis zur oberen linken Ecke der Worldmap */
width: calc(50vw - 1018.5px); width: calc(50vw - 1018.5px);
height: calc(50vh - 509px);
pointer-events: none; pointer-events: none;
} }
@ -48,8 +50,6 @@
inset 0 1px 0 rgba(255, 220, 80, 0.08); inset 0 1px 0 rgba(255, 220, 80, 0.08);
} }
/* Avatar */
#hud-avatar-wrap { #hud-avatar-wrap {
position: relative; position: relative;
width: clamp(48px, 4vw, 70px); width: clamp(48px, 4vw, 70px);