mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
fix: styling
This commit is contained in:
parent
9ca4727573
commit
8f72f8def9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue