Feature: Welten-Navigation — Bottom-Nav+Header entfernt, Zurück-FAB (rund, dunkel), SW by-v644

This commit is contained in:
rene 2026-05-03 10:46:12 +02:00
parent 860de6d2a7
commit 150776eab4
7 changed files with 33 additions and 27 deletions

View file

@ -105,9 +105,9 @@
--transition-slow: 320ms ease;
/* Navigation */
--nav-bottom-height: 64px;
--nav-bottom-height: 78px; /* Welten-Zurück-FAB: 54px + 20px bottom + 4px Abstand */
--nav-sidebar-width: 240px;
--header-height: 56px;
--header-height: 0px; /* Header entfernt — Welten-Navigation übernimmt */
/* Safe Areas (iPhone Notch/Home Indicator) */
--safe-top: env(safe-area-inset-top, 0px);