mirror of
https://github.com/open-webui/open-webui
synced 2025-01-19 01:06:45 +00:00
refac: hide banners if models > 1
This commit is contained in:
parent
b7fc37d992
commit
225ec3d174
@ -1007,7 +1007,7 @@
|
|||||||
{initNewChat}
|
{initNewChat}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if $banners.length > 0 && !$chatId}
|
{#if $banners.length > 0 && !$chatId && selectedModels.length <= 1}
|
||||||
<div
|
<div
|
||||||
class="absolute top-[4.25rem] w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}"
|
class="absolute top-[4.25rem] w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user