Update item.

This commit is contained in:
Bruce
2026-04-06 15:18:27 +08:00
parent a7c22adc05
commit 48954e5206
4 changed files with 116 additions and 52 deletions
+2 -2
View File
@@ -626,11 +626,11 @@ progress.win-ring:indeterminate::-ms-fill {
@keyframes scale-visible {
from {
transform: translateX(50px) scale(0.8);
opacity: 0;
/*opacity: 0;*/
}
to {
transform: translateX(0) scale(1);
opacity: 1;
/*opacity: 1;*/
}
}