From 7c1412aa834ddc5213bc3c3cdb3b7d20cdff6d9f Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 14 Aug 2024 04:38:54 -0400 Subject: [PATCH] Adjust icons in input field --- webview-ui/src/components/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/ChatView.tsx b/webview-ui/src/components/ChatView.tsx index fa3bc73..4031142 100644 --- a/webview-ui/src/components/ChatView.tsx +++ b/webview-ui/src/components/ChatView.tsx @@ -603,7 +603,7 @@ const ChatView = ({ style={{ position: "absolute", right: 20, - bottom: 15, // Align with the bottom padding of the container + bottom: 14.5, // Align with the bottom padding of the container display: "flex", alignItems: "flex-end", height: "calc(100% - 20px)", // Full height minus top and bottom padding