Fix loading icon size

This commit is contained in:
Omar Roth
2019-03-20 09:20:31 -05:00
parent 202f3d36c4
commit d5c6d74f14
2 changed files with 7 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ div {
}
.loading {
display: inline-block;
animation: spin 2s linear infinite;
}