fix(spinner): restore animation in non-flex layouts (#6644)

This commit is contained in:
WK
2026-06-15 20:58:33 +08:00
committed by GitHub
parent 87a9cb6ee2
commit cde1a26c83
+1 -1
View File
@@ -1,6 +1,6 @@
/* Base spinner styles */
.spinner {
@apply pointer-events-none relative size-6 origin-center animate-spin-fast;
@apply pointer-events-none inline-flex size-6 shrink-0 animate-spin-fast motion-reduce:animate-none;
}
/* Size variants */