refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-06-09 10:43:47 +04:00
parent 36e5e51510
commit ce9455b9a2

View File

@ -646,7 +646,7 @@
{/if} {/if}
{#if ($models ?? []).length > 0 && ($settings?.pinnedModels ?? []).length > 0} {#if ($models ?? []).length > 0 && ($settings?.pinnedModels ?? []).length > 0}
<div class="pt-1.5"> <div class="py-1">
{#each $settings.pinnedModels as modelId (modelId)} {#each $settings.pinnedModels as modelId (modelId)}
{@const model = $models.find((model) => model.id === modelId)} {@const model = $models.find((model) => model.id === modelId)}
{#if model} {#if model}