From 414769462387c02fec430fd07cc31f51488f9787 Mon Sep 17 00:00:00 2001 From: cay Date: Mon, 30 Mar 2026 15:49:09 +0100 Subject: [PATCH] =?UTF-8?q?fiz=C3=B6l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/hud.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/hud.css b/public/css/hud.css index ee94cdf..9259e35 100644 --- a/public/css/hud.css +++ b/public/css/hud.css @@ -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;