Skip to content

Commit 8697f72

Browse files
committed
refac: styling
1 parent 3e7077b commit 8697f72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/lib/components/chat/ModelSelector/Selector.svelte

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
>
293293
<slot>
294294
{#if searchEnabled}
295-
<div class="flex items-center gap-2.5 px-5 mt-3.5 mb-3">
295+
<div class="flex items-center gap-2.5 px-5 mt-3.5 mb-1.5">
296296
<Search className="size-4" strokeWidth="2.5" />
297297

298298
<input
@@ -320,11 +320,9 @@
320320
}}
321321
/>
322322
</div>
323-
324-
<hr class="border-gray-100 dark:border-gray-800" />
325323
{/if}
326324

327-
<div class="px-3 my-2 max-h-64 overflow-y-auto scrollbar-hidden group relative">
325+
<div class="px-3 mb-2 max-h-64 overflow-y-auto scrollbar-hidden group relative">
328326
{#if tags}
329327
<div class=" flex w-full sticky">
330328
<div

0 commit comments

Comments
 (0)