fix: spin-animation animation-delay (#32560)

Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
This commit is contained in:
Pandaaaa906
2026-02-25 23:17:08 +08:00
committed by GitHub
parent 065122a2ae
commit fd799fa3f4

View File

@@ -37,5 +37,5 @@
}
.spin-animation path:nth-child(4) {
animation-delay: 2s;
animation-delay: 1.5s;
}