Hide FABs when auth visible (locked). Trash FAB glow shadow when active.

This commit is contained in:
2026-05-12 19:36:35 +01:00
parent eb15d9e849
commit 617b8a7efe
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -274,6 +274,7 @@ input:focus, select:focus { border-color:var(--accent); }
}
.fab:hover { transform: scale(1.1); filter: brightness(1.1); }
.fab-trash { left: 2rem; right: auto; font-size:1.4rem; background:transparent; box-shadow:none; }
.fab-trash.active { box-shadow:0 0 18px rgba(var(--accent-rgb),0.5); }
/* Generic modal overlay (if you dont already have it) */
.modal-overlay {