"docs/zh_cn/vscode:/vscode.git/clone" did not exist on "c903e7f66200a93e291626b3ee2fe0d60f579e53"
Commit aa7fcca4 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: banner styling

parent fc5f74cc
...@@ -1219,7 +1219,7 @@ ...@@ -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)]' : ''}"
> >
......
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