Commit aa7fcca4 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: banner styling

parent fc5f74cc
......@@ -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)]' : ''}"
>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment