diff --git a/assets/global.css b/assets/global.css index ddacd19..9a8289d 100644 --- a/assets/global.css +++ b/assets/global.css @@ -18,7 +18,7 @@ h1 { main { - max-width: 450px; + max-width: 550px; margin: auto; } diff --git a/src/pages/[manga]/index.svelte b/src/pages/[manga]/index.svelte index c726b64..ea09bd4 100644 --- a/src/pages/[manga]/index.svelte +++ b/src/pages/[manga]/index.svelte @@ -140,23 +140,61 @@ {#if chapters.results.filter(c => c.data.attributes.translatedLanguage === "en").length === 0}

No chapters found.

{/if} -
    - {#each chapters.results.filter(c => c.data.attributes.translatedLanguage === "en") as chapter} -
  1. prepare(chapter)}> - {chapter.data.attributes.volume ? "Vol " + chapter.data.attributes.volume : ""} - Chapter {chapter.data.attributes.chapter} - {chapter.data.attributes.title} - - Download - View -
  2. - {/each} -
+ + + {#each chapters.results.filter(c => c.data.attributes.translatedLanguage === "en") as chapter} + + + + + + + + {/each} + +
{chapter.data.attributes.volume ? "Vol " + chapter.data.attributes.volume : ""}Chapter {chapter.data.attributes.chapter}{chapter.data.attributes.title} prepare(chapter)}>DownloadView
{/await}