Fix sync spinner not showing

Regressed in #2137

Closes #2270
This commit is contained in:
Damien Elmes 2022-12-15 19:10:05 +10:00
parent e0c4ba4b60
commit 2ccc8ca436

View file

@ -68,7 +68,7 @@ body {
}
.spin {
width: 16px;
width: 16px !important;
animation: spin;
animation-duration: 2s;
animation-iteration-count: infinite;