mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
refac
This commit is contained in:
parent
06a6855f84
commit
19e18bc461
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
: 'hidden'} rounded-2xl shadow-lg border border-gray-200 dark:border-gray-800 flex flex-col bg-white dark:bg-gray-850 w-72 p-1"
|
: 'hidden'} rounded-2xl shadow-lg border border-gray-200 dark:border-gray-800 flex flex-col bg-white dark:bg-gray-850 w-72 p-1"
|
||||||
id="suggestions-container"
|
id="suggestions-container"
|
||||||
>
|
>
|
||||||
<div class="overflow-y-auto scrollbar-thin max-h-72">
|
<div class="overflow-y-auto scrollbar-thin max-h-60">
|
||||||
{#if !loading}
|
{#if !loading}
|
||||||
{#if char === '/'}
|
{#if char === '/'}
|
||||||
<Prompts
|
<Prompts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue