Fix loading animation

This commit is contained in:
Jordan Eldredge 2018-04-13 08:19:44 -07:00 committed by GitHub
parent b97de52982
commit 8769e7e3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ body {
animation-delay: 0.1s;
}
#appwinamp2-js #loading .ellipsis-anim span:nth-child(3) {
#app #loading .ellipsis-anim span:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}