mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac: styling
This commit is contained in:
parent
d6094c2881
commit
680adea4e7
1 changed files with 3 additions and 3 deletions
|
|
@ -383,7 +383,7 @@
|
||||||
>
|
>
|
||||||
<slot>
|
<slot>
|
||||||
{#if searchEnabled}
|
{#if searchEnabled}
|
||||||
<div class="flex items-center gap-2.5 px-5 mt-3.5 mb-1.5">
|
<div class="flex items-center gap-2.5 px-4 mt-3.5 mb-1.5">
|
||||||
<Search className="size-4" strokeWidth="2.5" />
|
<Search className="size-4" strokeWidth="2.5" />
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|
@ -416,7 +416,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="px-3">
|
<div class="px-2">
|
||||||
{#if tags && items.filter((item) => !(item.model?.info?.meta?.hidden ?? false)).length > 0}
|
{#if tags && items.filter((item) => !(item.model?.info?.meta?.hidden ?? false)).length > 0}
|
||||||
<div
|
<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 mb-0.5"
|
||||||
|
|
@ -511,7 +511,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="px-3 max-h-64 overflow-y-auto group relative">
|
<div class="px-2 max-h-64 overflow-y-auto group relative">
|
||||||
{#each filteredItems as item, index}
|
{#each filteredItems as item, index}
|
||||||
<ModelItem
|
<ModelItem
|
||||||
{selectedModelIdx}
|
{selectedModelIdx}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue