chore: rotate the spinner clockwise (#1765)
This commit is contained in:
@@ -365,7 +365,7 @@ main .spinner .bounce2 {
|
||||
|
||||
@keyframes spin {
|
||||
100% {
|
||||
transform: rotate(-360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user