fix: banner styling

This commit is contained in:
Timothy J. Baek 2024-06-01 20:21:26 -07:00
parent fc5f74cc64
commit aa7fcca4ee

View File

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