refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-03-25 00:12:23 -07:00
parent 0192b4b468
commit 4906af9319

View File

@ -499,12 +499,11 @@
class="rounded-full size-5 flex items-center mr-2"
/>
<div class="flex items-center line-clamp-1">
<div class="line-clamp-1">
{item.label}
</div>
</Tooltip>
</div>
</div>
{#if item.model.owned_by === 'ollama' && (item.model.ollama?.details?.parameter_size ?? '') !== ''}
<div class="flex ml-1 items-center translate-y-[0.5px]">
<Tooltip
@ -527,6 +526,10 @@
</div>
{/if}
</div>
</Tooltip>
</div>
</div>
</div>
<!-- {JSON.stringify(item.info)} -->