Skip to content

Commit 73391b8

Browse files
committed
Welcome screen fix
1 parent fd6da8a commit 73391b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,8 +1610,8 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
16101610
)}
16111611
</>
16121612
) : (
1613-
<div className="flex flex-col h-full justify-center p-6 min-h-0 overflow-y-auto gap-4 relative">
1614-
<div className="flex flex-col items-start gap-2 justify-center h-full min-[400px]:px-6">
1613+
<div className="flex flex-col h-full p-6 min-h-0 overflow-y-auto gap-4 relative">
1614+
<div className="flex flex-col items-start gap-2 my-auto min-[400px]:px-6">
16151615
<VersionIndicator
16161616
onClick={() => setShowAnnouncementModal(true)}
16171617
className="absolute top-2 right-3 z-10"

0 commit comments

Comments
 (0)