From 98fdf898be238a6bf41df9ce490c2ae20e411a36 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:15:57 -0400 Subject: [PATCH] Fix icon alignment --- 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 7202cc4..d2ca786 100644 --- a/webview-ui/src/components/ChatView.tsx +++ b/webview-ui/src/components/ChatView.tsx @@ -648,7 +648,7 @@ const ChatView = ({ style={{ position: "absolute", right: 20, - bottom: 14, // Align with the bottom padding of the container + bottom: 13.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