Fix: Nav zentriert (mobile) + Desktop Nav unten zwischen Chips und Footer

- #world-labels: right:80px→right:0 (Nav war durch halbe Breite nach links versetzt)
- @media 768px: Nav bleibt unten statt zurück nach oben — Chips+Nav+Footer
  gleiches Layout wie Mobile, nur top-padding 48px und chip-grid max-width 480px
- components.css ?v=1005, SW by-v1006, APP_VER 1006
This commit is contained in:
rene 2026-05-16 09:02:41 +02:00
parent ad942e81b2
commit c29b2c1752
5 changed files with 20 additions and 39 deletions

View file

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