Feature: UX-Fixes — Zahnrad weg, POI-Kombi-Typen, exp-fab-Position, Welten-Config in DB (SW by-v653)
- worlds-settings Zahnrad komplett entfernt (war auf Mobile sichtbar, auf Desktop schon hidden) - exp-fab: bottom jetzt calc(--nav-bottom-height + --safe-bottom + --space-2) — kein Overlap mit worlds-back auf iPhone - Karte POI: neue Typen bank, bank_kotbeutel, bank_kotbeutel_abfall, kotbeutel_abfall (Backend + Frontend) - Welten-Chip-Config: GET/PUT /profile/world-config, Spalte users.world_config TEXT (Migration), Sync bei Init + Speichern
This commit is contained in:
parent
f0b5e6e89b
commit
1fdba57365
9 changed files with 84 additions and 27 deletions
|
|
@ -6954,7 +6954,7 @@ svg.empty-state-icon {
|
|||
/* FAB */
|
||||
.exp-fab {
|
||||
position: fixed;
|
||||
bottom: calc(var(--nav-height, 64px) + var(--space-4));
|
||||
bottom: calc(var(--nav-bottom-height) + var(--safe-bottom) + var(--space-2));
|
||||
right: var(--space-4);
|
||||
z-index: 100;
|
||||
width: 52px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue