Fix Karte-Legende Desktop: #page-map Spezifität (components.css Überschreibung), SW by-v333

This commit is contained in:
rene 2026-04-24 11:00:55 +02:00
parent c503737fb1
commit 9151c14306
2 changed files with 5 additions and 5 deletions

View file

@ -669,15 +669,15 @@
white-space: nowrap; white-space: nowrap;
} }
/* Karte: Legende auf 2 Zeilen */ /* Karte: Legende auf 2 Zeilen
.map-legend { #page-map nötig für Spezifität > .map-legend (components.css lädt später) */
#page-map .map-legend {
display: grid; display: grid;
grid-template-columns: repeat(var(--map-legend-cols, 8), minmax(0, 1fr)); grid-template-columns: repeat(var(--map-legend-cols, 8), minmax(0, 1fr));
overflow: visible; overflow: visible;
flex-wrap: wrap;
gap: var(--space-1); gap: var(--space-1);
} }
.map-legend .map-legend-btn { #page-map .map-legend-btn {
justify-content: center; justify-content: center;
} }

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache Offline-Cache + Push Notifications + Tile-Cache
============================================================ */ ============================================================ */
const CACHE_VERSION = 'by-v332'; const CACHE_VERSION = 'by-v333';
const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten