Revert "ef"

This reverts commit 1762687fc8.
This commit is contained in:
2026-07-12 21:15:25 +02:00
parent e7f76af63d
commit d3d7f2209f
2 changed files with 17 additions and 49 deletions

View File

@@ -7156,12 +7156,6 @@ 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;