diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 867e7f0..a0104b5 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,11 +1,19 @@ @@ -39,14 +66,38 @@ -
-

Games Found:

-
- {#each $gameStore as game} - - {/each} +{#if $gameStore?.length > 0} +
+

Games Found:

+
+ {#each $gameStore as game} + + {/each} +
-
+{/if} +{#if isOpen} +
+
+ (isOpen = false)} static> +
+ +
+ Remove from collection + Are you sure you want to remove from your collection? + + +
+
+
+
+
+{/if} diff --git a/src/routes/collection/+page.svelte b/src/routes/collection/+page.svelte index 5020275..113cd0e 100644 --- a/src/routes/collection/+page.svelte +++ b/src/routes/collection/+page.svelte @@ -98,7 +98,7 @@ display: grid; gap: 1.5rem; position: absolute; - top: 50%; + top: 35%; left: 50%; transform: translate(-50%, -50%); z-index: 101;