diff --git a/src/App.svelte b/src/App.svelte index d75be11..84e8347 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -19,58 +19,60 @@
-
-
- πŸ“ +
+
+ πŸ“
-

Rendez-vous

-

Find the perfect meeting spot

+

Rendez-vous

+
-
+
{#if showSettings} -
+
- setApiKey(keyInput.trim())} - placeholder="Paste your OpenRouteService key..." - class="flex-1 bg-white rounded-lg border border-gray-200 px-3 py-1.5 text-sm text-dark placeholder:text-light outline-none focus:border-coral/30 max-w-md" - /> - {#if apiKey.value} - Active - {:else} - Get a free key - {/if} +
+ setApiKey(keyInput.trim())} + placeholder="Paste your OpenRouteService key..." + class="flex-1 bg-white rounded-lg border border-gray-200 px-3 py-1.5 text-sm text-dark placeholder:text-light outline-none focus:border-coral/30 min-w-0" + /> + {#if apiKey.value} + Active + {:else} + Get a free key + {/if} +
{/if} @@ -78,9 +80,9 @@