fix: Notizen-Leerstate zentrieren + FAB auf Desktop und Mobile einheitlich
- notes-empty: column-span:all für korrekte Zentrierung im Multicolumn-Layout - Inline-Style grid-column entfernt (wirkte nicht bei CSS columns) - FAB jetzt auch auf Desktop sichtbar (48px, unten rechts) - Toolbar-"Neu"-Buttons auf allen Breakpoints versteckt — FAB ist einziger Erstellen-Button, kein Design-Bruch mehr zwischen Mobile und Desktop - Service Worker Cache v15 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -86,7 +86,7 @@ function renderGrid() {
|
||||
|
||||
if (!state.notes.length) {
|
||||
grid.innerHTML = `
|
||||
<div class="notes-empty" style="columns:unset;grid-column:1/-1;">
|
||||
<div class="notes-empty">
|
||||
<i data-lucide="sticky-note" class="notes-empty__icon"></i>
|
||||
<div style="font-size:var(--text-lg);font-weight:600;margin-bottom:var(--space-2);">Noch keine Notizen</div>
|
||||
<div style="font-size:var(--text-sm);">Klicke auf „Neue Notiz" um loszulegen.</div>
|
||||
|
||||
Reference in New Issue
Block a user