mirror of
https://github.com/open-webui/open-webui
synced 2025-04-02 12:09:06 +00:00
fix: banner styling
This commit is contained in:
parent
fc5f74cc64
commit
aa7fcca4ee
@ -1219,7 +1219,7 @@
|
|||||||
{initNewChat}
|
{initNewChat}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if $banners.length > 0 && !$chatId && selectedModels.length <= 1}
|
{#if $banners.length > 0 && messages.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