Fix: --c-bg-secondary definiert, Zoom-Control 30px, Dark-Mode Karten

- design-system.css: --c-bg-secondary hinzugefügt (fehlte → transparente Karten)
  Light: #F2EDE4, Dark: #221A12 — sichtbarer Kontrast zu --c-bg in beiden Modi
  Gilt für laeufi.js, litters.js, breeder.js Karten
- Zoom-Control: padding-top 28→30px (besser mittig zu 2 Filter-Reihen)
- components.css ?v=1014, SW by-v1021, APP_VER 1021
This commit is contained in:
rene 2026-05-16 10:50:10 +02:00
parent 1c187675a9
commit 161c1e3f73
6 changed files with 9 additions and 6 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: + bei Zeile 1, - bei Zeile 2 */
.map-full-layout .leaflet-top { padding-top: 28px; }
/* Zoom-Control: mittig zu beiden Filter-Reihen */
.map-full-layout .leaflet-top { padding-top: 30px; }
}
.map-full { width: 100%; height: 100%; }