From 64e7223cbb5e12f8b88acc081a81b7fa1e0eeeb9 Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Wed, 4 Feb 2026 15:13:09 +0530 Subject: [PATCH] fix: made the chat input box same width as the text area --- apps/x/apps/renderer/src/App.tsx | 2 +- apps/x/apps/renderer/src/components/chat-sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index ed5bdc9e..1a679ca0 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -1821,7 +1821,7 @@ function App() { ) ) : (
- + {!hasConversation ? ( diff --git a/apps/x/apps/renderer/src/components/chat-sidebar.tsx b/apps/x/apps/renderer/src/components/chat-sidebar.tsx index c3ab6396..b5b32e09 100644 --- a/apps/x/apps/renderer/src/components/chat-sidebar.tsx +++ b/apps/x/apps/renderer/src/components/chat-sidebar.tsx @@ -481,7 +481,7 @@ export function ChatSidebar({ {/* Conversation area */}
- + {!hasConversation ? (