fix(todo): fix FAB close button hidden behind PillNav and move settings/mana to account dropdown

- Raise FAB z-index from 50 to 1002 so close button is clickable above PillNav (z:1000)
- Remove Settings from standalone nav items (already in account dropdown)
- Move Mana button from standalone pill into account dropdown

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-23 08:57:15 +01:00
parent b37d5f0338
commit abc7f95601
2 changed files with 14 additions and 19 deletions

View file

@ -179,7 +179,6 @@
},
{ href: '/spiral', label: 'Spiral', icon: 'sparkles' },
{ href: '/tags', label: 'Tags', icon: 'tag' },
{ href: '/settings', label: 'Einstellungen', icon: 'settings' },
]);
// Navigation items filtered by visibility settings (with fallback for guest mode)
@ -492,7 +491,7 @@
display: flex;
align-items: center;
justify-content: center;
z-index: 50;
z-index: 1002;
transition: all 0.2s ease;
}