refac: hide banners if models > 1

This commit is contained in:
Timothy J. Baek 2024-05-26 17:03:35 -07:00
parent b7fc37d992
commit 225ec3d174

View File

@ -1007,7 +1007,7 @@
{initNewChat}
/>
{#if $banners.length > 0 && !$chatId}
{#if $banners.length > 0 && !$chatId && selectedModels.length <= 1}
<div
class="absolute top-[4.25rem] w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}"
>