Fix Karte-Legende Desktop: #page-map Spezifität (components.css Überschreibung), SW by-v333
This commit is contained in:
parent
c503737fb1
commit
9151c14306
2 changed files with 5 additions and 5 deletions
|
|
@ -669,15 +669,15 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Karte: Legende auf 2 Zeilen */
|
||||
.map-legend {
|
||||
/* Karte: Legende auf 2 Zeilen
|
||||
— #page-map nötig für Spezifität > .map-legend (components.css lädt später) */
|
||||
#page-map .map-legend {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(var(--map-legend-cols, 8), minmax(0, 1fr));
|
||||
overflow: visible;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--space-1);
|
||||
}
|
||||
.map-legend .map-legend-btn {
|
||||
#page-map .map-legend-btn {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v332';
|
||||
const CACHE_VERSION = 'by-v333';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue