summaryrefslogtreecommitdiffhomepage
path: root/src/lib/components/ImagePreview.svelte
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-10 01:17:28 +0900
committerAdam Malczewski <[email protected]>2026-04-10 01:17:28 +0900
commit391279ebbf632896e04c214a627ebc53ca0a16ae (patch)
tree7e9eba0bfa592378a215ac0c1f2b18cd95a4b8dd /src/lib/components/ImagePreview.svelte
parent5d610bcad55c5d908a4ae046390124b5f5174762 (diff)
downloadflashair-speedsync-391279ebbf632896e04c214a627ebc53ca0a16ae.tar.gz
flashair-speedsync-391279ebbf632896e04c214a627ebc53ca0a16ae.zip
styling cleanup
Diffstat (limited to 'src/lib/components/ImagePreview.svelte')
-rw-r--r--src/lib/components/ImagePreview.svelte4
1 files changed, 2 insertions, 2 deletions
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 @@
</div>
{:else}
{#if downloading && progress < 1}
- <div class="absolute inset-0 z-10 flex items-center justify-center bg-black/50">
- <div class="bg-base-100 rounded-box p-6 shadow-xl max-w-xs w-full mx-4">
+ <div class="absolute inset-0 z-10 flex items-center justify-center bg-base-300/80 backdrop-blur-sm">
+ <div class="bg-base-100 rounded-box p-4 shadow-xl max-w-xs w-full mx-4">
<div class="flex items-center gap-2">
<progress class="progress progress-primary flex-1" value={progressPercent} max="100"></progress>
<span class="text-xs font-mono text-base-content/70 w-10 text-right">{progressPercent}%</span>