This commit is contained in:
pypy
2021-01-21 12:08:32 +09:00
parent f72066ae51
commit ce35ae154d
+10 -10
View File
@@ -280,17 +280,17 @@ i.x-user-status.busy {
} }
.spin { .spin {
animation: rotation 2.5s infinite linear; animation: rotation 2.5s infinite linear;
position: absolute; position: absolute;
width: 14px; width: 14px;
height: 28px; height: 28px;
} }
@keyframes rotation { @keyframes rotation {
from { from {
transform: rotate(0deg); transform: rotate(0deg);
} }
to { to {
transform: rotate(359deg); transform: rotate(359deg);
} }
} }