mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: banner styling
This commit is contained in:
parent
fc5f74cc64
commit
aa7fcca4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]' : ''}"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue