fix: loading icon moved

This commit is contained in:
EnixCoda 2019-11-02 21:04:35 +08:00
parent 1f632609a6
commit 85a40fbe9b
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -283,10 +283,15 @@
display: flex;
align-items: center;
.octicon {
&-icon {
width: 20px;
height: 20px;
animation: rotate 2s infinite linear;
.octicon {
width: 20px;
height: 20px;
animation: rotate 2s infinite linear;
}
}
}
}