Desktop: Forum, Chat, Walks auf 860px — einheitliche Breite, SW by-v409

This commit is contained in:
rene 2026-04-26 08:26:35 +02:00
parent 770d75100e
commit e2af505eac
3 changed files with 5 additions and 5 deletions

View file

@ -592,7 +592,7 @@
/* ---------------------------------------------------------- /* ----------------------------------------------------------
WALKS: Liste (links) + Karte (rechts) nebeneinander WALKS: Liste (links) + Karte (rechts) nebeneinander
---------------------------------------------------------- */ ---------------------------------------------------------- */
#page-walks .page-container { max-width: 1100px; } #page-walks .page-container { max-width: 860px; }
.walks-layout { .walks-layout {
flex-direction: row; flex-direction: row;
@ -627,7 +627,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
max-width: 1100px; max-width: 860px;
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
} }
@ -637,7 +637,7 @@
/* ---------------------------------------------------------- /* ----------------------------------------------------------
FORUM: Rubriken über volle Breite, Threads darunter FORUM: Rubriken über volle Breite, Threads darunter
---------------------------------------------------------- */ ---------------------------------------------------------- */
#page-forum .page-container { max-width: 1100px; } #page-forum .page-container { max-width: 860px; }
/* Rubriken auf genau 2 Zeilen verteilen, zentriert /* Rubriken auf genau 2 Zeilen verteilen, zentriert
#page-forum nötig für Spezifität > .by-tabs (components.css lädt später) */ #page-forum nötig für Spezifität > .by-tabs (components.css lädt später) */

View file

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

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache Offline-Cache + Push Notifications + Tile-Cache
============================================================ */ ============================================================ */
const CACHE_VERSION = 'by-v408'; const CACHE_VERSION = 'by-v409';
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