Desktop: Settings max-width 640→860px via page-container — SW by-v410

This commit is contained in:
rene 2026-04-26 08:30:06 +02:00
parent e2af505eac
commit a698bec817
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '389'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '390'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {

View file

@ -99,7 +99,7 @@ window.Page_settings = (() => {
};
_container.innerHTML = `
<div style="width:100%;max-width:640px;margin:0 auto;box-sizing:border-box;overflow-x:hidden;align-self:center">
<div class="page-container" style="box-sizing:border-box;overflow-x:hidden">
<div class="card" style="padding:var(--space-5);margin-bottom:var(--space-4)">
<div style="display:flex;align-items:center;gap:var(--space-4)">

View file

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