Desktop: Settings max-width 640→860px via page-container — SW by-v410
This commit is contained in:
parent
e2af505eac
commit
a698bec817
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
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 = (() => {
|
const App = (() => {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ window.Page_settings = (() => {
|
||||||
};
|
};
|
||||||
|
|
||||||
_container.innerHTML = `
|
_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 class="card" style="padding:var(--space-5);margin-bottom:var(--space-4)">
|
||||||
<div style="display:flex;align-items:center;gap:var(--space-4)">
|
<div style="display:flex;align-items:center;gap:var(--space-4)">
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications + Tile-Cache
|
Offline-Cache + Push Notifications + Tile-Cache
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v409';
|
const CACHE_VERSION = 'by-v410';
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue