From 7738300dffd86d05d4f5d8b4f0d37e7fd44a5e62 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Tue, 24 Mar 2026 13:47:25 +0100 Subject: [PATCH] Fix: Nur 4 aktive Live-Monitorings, Lage links, InfoBox an Header - [L]/[R] Prefix entfernt - Lage-Dropdown zurueck nach links - InfoBox direkt an Header andockend (top: 44px) --- static/css/globe.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/globe.css b/static/css/globe.css index 534d6e4..57e28f7 100644 --- a/static/css/globe.css +++ b/static/css/globe.css @@ -415,7 +415,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo /* === Lage-Selector === */ -.header-lage { display: flex; align-items: center; flex: 1; justify-content: center; } +.header-lage { display: flex; align-items: center; } .lage-select { background: rgba(255,255,255,0.05); border: 1px solid var(--border); @@ -437,7 +437,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo /* === InfoBox zentriert oben === */ .cesium-viewer-infoBoxContainer { position: absolute !important; - top: 52px !important; + top: 44px !important; right: auto !important; left: 50% !important; transform: translateX(-50%) !important;