diff --git a/src/lib/components/CatalogItem.svelte b/src/lib/components/CatalogItem.svelte index fbe22a3..0409031 100644 --- a/src/lib/components/CatalogItem.svelte +++ b/src/lib/components/CatalogItem.svelte @@ -1,5 +1,6 @@ -
-

{volumeName}

-

{progressDisplay}

+
+
+

{volumeName}

+

{progressDisplay}

+
+ {#if isComplete} + + {/if}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 19d4870..5d88f1a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,7 +6,7 @@ import { settings } from '$lib/settings'; -
+