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;