Fix: Karte — Zoom-Ausrichtung, 'Z14' kürzer, Marker-Count ausgeblendet

- leaflet-top padding-top 28→33px (Zoom-Buttons mittig zu 2 Filter-Reihen)
- Zoom-Anzeige: 'Zoom 14 · ab 14: alle Layer' → 'Z14' (Hinweis als title)
- #map-osm-status ausgeblendet (Marker-Anzahl nimmt Platz von Wetter etc.)
- components.css ?v=1012, SW by-v1019, APP_VER 1019
This commit is contained in:
rene 2026-05-16 10:39:12 +02:00
parent 562d64979f
commit e44414015a
6 changed files with 10 additions and 10 deletions

View file

@ -3087,8 +3087,8 @@ html.modal-open {
}
@media (min-width: 768px) {
.map-full-layout { top: 0; left: var(--nav-sidebar-width); bottom: 0; }
/* Zoom-Control und Filter-Tabs unter die Statusleiste schieben */
.map-full-layout .leaflet-top { padding-top: 28px; }
/* Zoom-Control vertikal zentriert zu beiden Filter-Reihen */
.map-full-layout .leaflet-top { padding-top: 33px; }
}
.map-full { width: 100%; height: 100%; }