fix: make active reasoning state visible

This commit is contained in:
2026-08-03 16:09:04 +01:00
parent e2960853ba
commit 0dd15345e4
4 changed files with 341 additions and 11 deletions
+6
View File
@@ -6,3 +6,9 @@
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
[style*="animation:spin"] {
animation: none !important;
}
}