Reapply "ef"

This reverts commit 9e579d2cdd.
This commit is contained in:
2026-07-12 21:15:18 +02:00
parent d7af8a98d8
commit 7855db7b09
2 changed files with 49 additions and 17 deletions

View File

@@ -7156,6 +7156,12 @@ button#togglebg {
opacity: 0;
}
/* Quick fade-out for in-place grid reloads (logo click) — matches the 150ms JS setTimeout */
.grid-fade-out {
opacity: 0 !important;
transition: opacity 0.15s ease-out !important;
}
.grid-transition.show {
opacity: 1 !important;
transition: opacity 0.3s ease-in-out;