This commit is contained in:
Timothy Jaeryang Baek 2025-09-16 15:09:57 -05:00
parent a3dd678bbd
commit 767acd1789

View file

@ -384,7 +384,7 @@
>
<slot>
{#if searchEnabled}
<div class="flex items-center gap-2.5 px-4 mt-3.5 mb-[5px]">
<div class="flex items-center gap-2.5 px-4.5 mt-3.5 mb-1.5">
<Search className="size-4" strokeWidth="2.5" />
<input
@ -417,10 +417,10 @@
</div>
{/if}
<div class="px-2.5">
<div class="px-2">
{#if tags && items.filter((item) => !(item.model?.info?.meta?.hidden ?? false)).length > 0}
<div
class=" flex w-full bg-white dark:bg-gray-850 overflow-x-auto scrollbar-none mb-0.5"
class=" flex w-full bg-white dark:bg-gray-850 overflow-x-auto scrollbar-none font-[450] mb-0.5"
on:wheel={(e) => {
if (e.deltaY !== 0) {
e.preventDefault();
@ -512,7 +512,7 @@
{/if}
</div>
<div class="px-2 max-h-64 overflow-y-auto group relative">
<div class="px-2.5 max-h-64 overflow-y-auto group relative">
{#each filteredItems as item, index}
<ModelItem
{selectedModelIdx}
@ -618,7 +618,7 @@
{/each}
</div>
<div class="mb-3"></div>
<div class="mb-2.5"></div>
<div class="hidden w-[42rem]" />
<div class="hidden w-[32rem]" />