mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: styling
This commit is contained in:
parent
36e5e51510
commit
ce9455b9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@
|
|||
{/if}
|
||||
|
||||
{#if ($models ?? []).length > 0 && ($settings?.pinnedModels ?? []).length > 0}
|
||||
<div class="pt-1.5">
|
||||
<div class="py-1">
|
||||
{#each $settings.pinnedModels as modelId (modelId)}
|
||||
{@const model = $models.find((model) => model.id === modelId)}
|
||||
{#if model}
|
||||
|
|
|
|||
Loading…
Reference in a new issue