Desktop JETZT: world-top max-width 860px zentriert
Greeting-Karte + Wetter/Route/Übung-Chips stretchen nicht mehr auf volle Desktopbreite. Chips sind je ~280px breit — deutlich kompakter als vorher. components.css ?v=1010, SW by-v1013, APP_VER 1013
This commit is contained in:
parent
f36bac7ded
commit
9816075c7e
5 changed files with 11 additions and 4 deletions
|
|
@ -7916,6 +7916,13 @@ svg.empty-state-icon {
|
|||
.world-panel {
|
||||
padding-top: calc(env(safe-area-inset-top, 0px) + 48px);
|
||||
}
|
||||
/* Top-Bereich (Greeting + Wetter/Route/Übung) zentriert und begrenzt */
|
||||
.world-top {
|
||||
max-width: 860px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
/* Alle Chips in einer Zeile, zentriert, egal wie viele aktiv */
|
||||
.world-chips-grid {
|
||||
display: flex !important;
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=907">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=973">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1009">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1010">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1012'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1013'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v1012';
|
||||
const CACHE_VERSION = 'by-v1013';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue