From e6265897c82a491243c229b040d1db6ffcae6329 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 6 Oct 2024 11:54:57 -0700 Subject: [PATCH] refac: styling --- src/lib/components/chat/Placeholder.svelte | 47 +++++++++++----------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/src/lib/components/chat/Placeholder.svelte b/src/lib/components/chat/Placeholder.svelte index e0fb39a0f..6ab51e13e 100644 --- a/src/lib/components/chat/Placeholder.svelte +++ b/src/lib/components/chat/Placeholder.svelte @@ -106,32 +106,33 @@ class="w-full text-3xl text-gray-800 dark:text-gray-100 font-medium text-center flex items-center gap-4 font-primary" >
- tag.name.toUpperCase()) - .join(', ')} - placement="top" - > +
{#each models as model, modelIdx} - + + {/each}
@@ -143,7 +144,7 @@ {$i18n.t('Hello, {{name}}', { name: $user.name })} {/if}
-
+