0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-05 01:45:41 +01:00

Merge d3d349f16955b0680d4ddf2c4514d2c225dc2134 into 3ab8ae5807775a81069005a5abbd20bacfa0a15f

This commit is contained in:
鲁汀 2025-10-30 02:52:14 +00:00 committed by GitHub
commit 252b021135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,6 +124,6 @@ Ideally in the future we should use a better image for clockwise animation. */
@keyframes circular-spin-keyframes {
100% {
transform: rotate(-360deg);
transform: rotate(360deg);
}
}