20260317d: Auto-dismiss move modal after 15s with progress bar countdown

This commit is contained in:
dadaloop82
2026-03-17 14:15:16 +00:00
parent 7cc557d4df
commit 66e175e863
4 changed files with 47 additions and 8 deletions
+6
View File
@@ -751,6 +751,12 @@ body {
border: 2px solid var(--border);
}
.move-countdown-btn {
position: relative;
overflow: hidden;
transition: none;
}
.btn-accent {
background: var(--accent);
color: white;