mirror of
https://github.com/open-webui/open-webui
synced 2025-05-23 06:14:25 +00:00
refac: styling
This commit is contained in:
parent
ecf21de28f
commit
bca9c71ed6
@ -104,7 +104,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="border-gray-100 dark:border-gray-800 my-1" />
|
<hr class="border-black/5 dark:border-white/5 my-1" />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if $config?.features?.enable_web_search}
|
{#if $config?.features?.enable_web_search}
|
||||||
@ -122,7 +122,7 @@
|
|||||||
<Switch state={webSearchEnabled} />
|
<Switch state={webSearchEnabled} />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<hr class="border-gray-100 dark:border-gray-800 my-1" />
|
<hr class="border-black/5 dark:border-white/5 my-1" />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<DropdownMenu.Item
|
<DropdownMenu.Item
|
||||||
|
Loading…
Reference in New Issue
Block a user