From 304000eb3a20d4f4201abb6978af1533cdaed230 Mon Sep 17 00:00:00 2001 From: cay Date: Mon, 30 Mar 2026 15:52:08 +0100 Subject: [PATCH] fxdgk --- public/css/hud.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/hud.css b/public/css/hud.css index b09efb9..a3fd373 100644 --- a/public/css/hud.css +++ b/public/css/hud.css @@ -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);