Fix Desktop-Layout Welten: Top-Padding + Chips-Breite

@media 768px:
- .world-panel top-padding zurück auf safe-area+58px (Nav ist oben)
- .world-chips-grid max-width:480px zentriert (kein Full-Width Bottom-Bar)
SW by-v1005, APP_VER 1005
This commit is contained in:
rene 2026-05-16 08:56:17 +02:00
parent d6eb2bcf98
commit ad942e81b2
5 changed files with 14 additions and 4 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '1004'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '1005'; // ← 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