mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-12 21:22:58 +00:00
chore: rotate the spinner clockwise (#1765)
This commit is contained in:
parent
949f0f277f
commit
205f11d677
@ -365,7 +365,7 @@ main .spinner .bounce2 {
|
|||||||
|
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
100% {
|
100% {
|
||||||
transform: rotate(-360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user