diff --git a/src/lib/components/Catalog.svelte b/src/lib/components/Catalog.svelte index 0ae94fa..7d92ca6 100644 --- a/src/lib/components/Catalog.svelte +++ b/src/lib/components/Catalog.svelte @@ -12,31 +12,21 @@ {#if $catalog} {#if $catalog.length > 0} - -
- {#each $catalog as { id, manga } (id)} - - {/each} +
+
+ +
+
+ {#each $catalog as { id, manga } (id)} + + {/each} +
{:else} -
+

Your catalog is currently empty.

{/if} {:else}

Loading...

{/if} - - diff --git a/src/lib/components/VolumeItem.svelte b/src/lib/components/VolumeItem.svelte index 2a776ac..2e8f11f 100644 --- a/src/lib/components/VolumeItem.svelte +++ b/src/lib/components/VolumeItem.svelte @@ -12,25 +12,14 @@ -
+
{volumeName} {#if files} - img + img {/if}
- - diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d5a5398..e38b6a4 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,7 +6,10 @@ import { settings } from '$lib/settings'; -
+
diff --git a/src/routes/[manga]/+page.svelte b/src/routes/[manga]/+page.svelte index 96fc94d..8d304ac 100644 --- a/src/routes/[manga]/+page.svelte +++ b/src/routes/[manga]/+page.svelte @@ -34,11 +34,11 @@ } -
-
- +
+
+
-
+
{#if manga} {#each manga as volume} @@ -46,12 +46,3 @@ {/if}
- -