diff --git a/src/lib/components/Pagination.svelte b/src/lib/components/Pagination.svelte index d99ad5a..00448ed 100644 --- a/src/lib/components/Pagination.svelte +++ b/src/lib/components/Pagination.svelte @@ -16,14 +16,19 @@ } -
- - - - - +
+ + +
+ + + diff --git a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte index 690b3cf..244144d 100644 --- a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte +++ b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte @@ -17,7 +17,7 @@
@@ -31,7 +31,7 @@ /> -->
-

{pokedexEntry.pokemon}

+

{pokedexEntry.pokemon}

#{pokedexEntry.pokedexNumber.toString().padStart(3, '0')}
@@ -57,45 +57,53 @@
- - +
+ +
- - +
+ +
- - +
+ +
{#if pokedexEntry.canGigantamax && showForms}
- - +
+ +
{/if}

@@ -132,19 +140,10 @@