From 103b6fddb25bd81c7ad8249390b7d7c288735528 Mon Sep 17 00:00:00 2001 From: Kwaroran Date: Thu, 26 Dec 2024 06:03:25 +0900 Subject: [PATCH] style: enhance loading state UI with improved layout and text visibility --- src/App.svelte | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 9aa18d80..105c7b69 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -40,13 +40,17 @@ } }}> {#if !$loadedStore} -
- - - - - Loading... - {LoadingStatusState.text} +
+
+ + + + + Loading... +
+ + {LoadingStatusState.text} +
{:else if $CustomGUISettingMenuStore}