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:
@@ -415,7 +415,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
|
|||||||
|
|
||||||
|
|
||||||
/* === Lage-Selector === */
|
/* === Lage-Selector === */
|
||||||
.header-lage { display: flex; align-items: center; flex: 1; justify-content: center; }
|
.header-lage { display: flex; align-items: center; }
|
||||||
.lage-select {
|
.lage-select {
|
||||||
background: rgba(255,255,255,0.05);
|
background: rgba(255,255,255,0.05);
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
@@ -437,7 +437,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
|
|||||||
/* === InfoBox zentriert oben === */
|
/* === InfoBox zentriert oben === */
|
||||||
.cesium-viewer-infoBoxContainer {
|
.cesium-viewer-infoBoxContainer {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
top: 52px !important;
|
top: 44px !important;
|
||||||
right: auto !important;
|
right: auto !important;
|
||||||
left: 50% !important;
|
left: 50% !important;
|
||||||
transform: translateX(-50%) !important;
|
transform: translateX(-50%) !important;
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren