This commit is contained in:
pypy
2021-01-21 12:08:32 +09:00
parent f72066ae51
commit ce35ae154d

View File

@@ -280,17 +280,17 @@ i.x-user-status.busy {
}
.spin {
animation: rotation 2.5s infinite linear;
position: absolute;
width: 14px;
height: 28px;
animation: rotation 2.5s infinite linear;
position: absolute;
width: 14px;
height: 28px;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}