|
@@ -1929,7 +1929,7 @@
|
|
|
<PaneGroup direction="horizontal" class="w-full h-full">
|
|
|
<Pane defaultSize={50} class="h-full flex w-full relative">
|
|
|
{#if $banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1}
|
|
|
- <div class="absolute top-3 left-0 right-0 w-full z-20">
|
|
|
+ <div class="absolute top-12 left-0 right-0 w-full z-30">
|
|
|
<div class=" flex flex-col gap-1 w-full">
|
|
|
{#each $banners.filter( (b) => (b.dismissible ? !JSON.parse(localStorage.getItem('dismissedBannerIds') ?? '[]').includes(b.id) : true) ) as banner}
|
|
|
<Banner
|