mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 02:35:53 +08:00
fix: styling
This commit is contained in:
parent
9ca4727573
commit
8f72f8def9
@ -430,7 +430,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if webSearchEnabled || ($settings?.webSearch ?? false) === 'always'}
|
{#if webSearchEnabled || ($config?.features?.enable_web_search && ($settings?.webSearch ?? false)) === 'always'}
|
||||||
<div class="flex items-center justify-between w-full">
|
<div class="flex items-center justify-between w-full">
|
||||||
<div class="flex items-center gap-2.5 text-sm dark:text-gray-500">
|
<div class="flex items-center gap-2.5 text-sm dark:text-gray-500">
|
||||||
<div class="pl-1">
|
<div class="pl-1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user