From fd799fa3f4e1544bf50792ae0c8662af35c4f434 Mon Sep 17 00:00:00 2001 From: Pandaaaa906 Date: Wed, 25 Feb 2026 23:17:08 +0800 Subject: [PATCH] fix: spin-animation animation-delay (#32560) Co-authored-by: Asuka Minato --- web/app/components/base/loading/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/loading/style.css b/web/app/components/base/loading/style.css index 276654ae69..b5a5ef980f 100644 --- a/web/app/components/base/loading/style.css +++ b/web/app/components/base/loading/style.css @@ -37,5 +37,5 @@ } .spin-animation path:nth-child(4) { - animation-delay: 2s; + animation-delay: 1.5s; }