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)
Dieser Commit ist enthalten in:
Claude Dev
2026-03-24 13:47:25 +01:00
Ursprung e992953616
Commit 7738300dff

Datei anzeigen

@@ -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;