mirror of
https://github.com/open-webui/open-webui
synced 2025-06-09 16:07:54 +00:00
refac: styling
This commit is contained in:
parent
3e7077bb73
commit
8697f72068
@ -292,7 +292,7 @@
|
|||||||
>
|
>
|
||||||
<slot>
|
<slot>
|
||||||
{#if searchEnabled}
|
{#if searchEnabled}
|
||||||
<div class="flex items-center gap-2.5 px-5 mt-3.5 mb-3">
|
<div class="flex items-center gap-2.5 px-5 mt-3.5 mb-1.5">
|
||||||
<Search className="size-4" strokeWidth="2.5" />
|
<Search className="size-4" strokeWidth="2.5" />
|
||||||
|
|
||||||
<input
|
<input
|
||||||
@ -320,11 +320,9 @@
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="border-gray-100 dark:border-gray-800" />
|
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="px-3 my-2 max-h-64 overflow-y-auto scrollbar-hidden group relative">
|
<div class="px-3 mb-2 max-h-64 overflow-y-auto scrollbar-hidden group relative">
|
||||||
{#if tags}
|
{#if tags}
|
||||||
<div class=" flex w-full sticky">
|
<div class=" flex w-full sticky">
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user