From c3be75bed1739f9a67e7df764f7fe30095f69c6e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 14 Jun 2024 12:30:15 +0800 Subject: [PATCH] fix loading ui --- public/loader.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/loader.css b/public/loader.css index d552c7fc..6a17d296 100644 --- a/public/loader.css +++ b/public/loader.css @@ -19,7 +19,7 @@ html { .loading-logo { position: absolute; - inset-block-start: 40%; + inset-block-start: 35%; inset-inline-start: calc(50% - 5rem); }