fix: format studio.css keyframes

This commit is contained in:
Miguel Ángel
2026-05-21 00:00:22 -04:00
parent 36898f7681
commit 8c3dfb8d40
+6 -2
View File
@@ -153,8 +153,12 @@ body {
}
@keyframes hf-thumb-fade {
from { opacity: 0; }
to { opacity: 1; }
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.hf-loader-progress__fill {