mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
1397bfa84c
commit
1b8acc42b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1926,7 +1926,7 @@
|
||||||
{initNewChat}
|
{initNewChat}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<PaneGroup direction="horizontal" class="w-full h-ful pt-2">
|
<PaneGroup direction="horizontal" class="w-full h-full">
|
||||||
<Pane defaultSize={50} class="h-full flex w-full relative">
|
<Pane defaultSize={50} class="h-full flex w-full relative">
|
||||||
{#if $banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1}
|
{#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-3 left-0 right-0 w-full z-20">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue