From 391279ebbf632896e04c214a627ebc53ca0a16ae Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 10 Apr 2026 01:17:28 +0900 Subject: styling cleanup --- src/App.svelte | 9 +++++++-- src/lib/components/CachedThumbnail.svelte | 4 ++-- src/lib/components/ImagePreview.svelte | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index d224306..7a634cc 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -218,9 +218,14 @@
-
+
Photos {cachedCount}/{totalCount > 0 ? totalCount : images.length} - + + {#if isAutoCaching} + + {/if} + +
diff --git a/src/lib/components/CachedThumbnail.svelte b/src/lib/components/CachedThumbnail.svelte index dada22a..3ae7864 100644 --- a/src/lib/components/CachedThumbnail.svelte +++ b/src/lib/components/CachedThumbnail.svelte @@ -81,8 +81,8 @@ /> {#if cachePercent !== undefined && cachePercent < 100}
-
- {cachePercent}% +
+ {cachePercent}%
{/if} diff --git a/src/lib/components/ImagePreview.svelte b/src/lib/components/ImagePreview.svelte index 335e231..22b40da 100644 --- a/src/lib/components/ImagePreview.svelte +++ b/src/lib/components/ImagePreview.svelte @@ -453,8 +453,8 @@
{:else} {#if downloading && progress < 1} -
-
+
+
{progressPercent}% -- cgit v1.2.3