From e4a7201a14430c0ff07e288976bd27446a5c779c Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:14:18 -0400 Subject: [PATCH] Fix icon alignment --- webview-ui/src/components/ChatView.tsx | 36 ++++++++++++++------------ 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/webview-ui/src/components/ChatView.tsx b/webview-ui/src/components/ChatView.tsx index 23505e2..7202cc4 100644 --- a/webview-ui/src/components/ChatView.tsx +++ b/webview-ui/src/components/ChatView.tsx @@ -653,23 +653,25 @@ const ChatView = ({ alignItems: "flex-end", height: "calc(100% - 20px)", // Full height minus top and bottom padding }}> - - - - - - +
+ + + + + + +