fxdgk
This commit is contained in:
parent
b76382b452
commit
304000eb3a
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user