diff --git a/src/lib/components/atoms/Dialogue.svelte b/src/lib/components/atoms/Dialogue.svelte index 7f22204..a048a65 100644 --- a/src/lib/components/atoms/Dialogue.svelte +++ b/src/lib/components/atoms/Dialogue.svelte @@ -86,7 +86,6 @@ .modal { position: fixed; - width: min(85%, 425px); max-height: 75%; overflow-y: scroll; top: 50%; diff --git a/src/lib/components/atoms/LogoOption.svelte b/src/lib/components/atoms/LogoOption.svelte index 84e4ab1..bfb8a9f 100644 --- a/src/lib/components/atoms/LogoOption.svelte +++ b/src/lib/components/atoms/LogoOption.svelte @@ -1,17 +1,33 @@ - -{#if has_variants} - - {name} - - guhhhhhhhhhhhhhhhhhhhhh - - {#each variants as variant, i} - - - {/each} - - +{#if hasVariants} + + {name} +
+ {#each variants as variant} + + + {/each} +
+ +
{/if} -
- {current.filename} -
-

{name}

- {#if has_variants} -
This logo has variants
- {/if} +
+
+ {current.filename} + {#if !hideDetails} +
+

{name}

+
+ {/if}
+ {#if !hideDetails} +
+
+ {/if}
diff --git a/static/icons/next.svg b/static/icons/next.svg new file mode 100644 index 0000000..3011707 --- /dev/null +++ b/static/icons/next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/previous.svg b/static/icons/previous.svg new file mode 100644 index 0000000..fa94aaf --- /dev/null +++ b/static/icons/previous.svg @@ -0,0 +1 @@ + \ No newline at end of file