From acb3ff8ded746c58cc3b8b96d2c493607160f88e Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Tue, 13 Aug 2024 22:38:55 -0400
Subject: [PATCH] Fix positioning of textfield icons
---
webview-ui/src/components/ChatView.tsx | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/webview-ui/src/components/ChatView.tsx b/webview-ui/src/components/ChatView.tsx
index 556999d..fa3bc73 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: 14, // Align with the bottom padding of the container
+ bottom: 15, // Align with the bottom padding of the container
display: "flex",
alignItems: "flex-end",
height: "calc(100% - 20px)", // Full height minus top and bottom padding
@@ -614,16 +614,14 @@ const ChatView = ({
aria-label="Attach Images"
onClick={selectImages}
style={{ marginRight: "4px" }}>
-
+
-
+