From 8769e7e3f7d71f9f2910f67695a716e749fa18ca Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 13 Apr 2018 08:19:44 -0700 Subject: [PATCH] Fix loading animation --- css/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/page.css b/css/page.css index cb9518d3..f060df37 100644 --- a/css/page.css +++ b/css/page.css @@ -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; }