mirror of
https://github.com/open-webui/open-webui
synced 2025-06-22 18:07:17 +00:00
refac: styling
This commit is contained in:
parent
36e5e51510
commit
ce9455b9a2
@ -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 New Issue
Block a user