fxdgk
This commit is contained in:
parent
b76382b452
commit
304000eb3a
@ -10,10 +10,12 @@
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
align-items: flex-end;
|
||||
justify-content: flex-end;
|
||||
|
||||
/* Breite = schwarzer Bereich links neben der Worldmap */
|
||||
width: calc(50vw - 1018.5px);
|
||||
/* Breite und Höhe = schwarzer Bereich bis zur oberen linken Ecke der Worldmap */
|
||||
width: calc(50vw - 1018.5px);
|
||||
height: calc(50vh - 509px);
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
@ -48,8 +50,6 @@
|
||||
inset 0 1px 0 rgba(255, 220, 80, 0.08);
|
||||
}
|
||||
|
||||
/* Avatar */
|
||||
|
||||
#hud-avatar-wrap {
|
||||
position: relative;
|
||||
width: clamp(48px, 4vw, 70px);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user