From b53d63abdae46eeee5de886405b3bdb746af558f Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 12 Jan 2025 14:58:19 -0500 Subject: [PATCH] A couple more tiny tweaks to buttons --- .changeset/thirty-doors-perform.md | 5 +++++ webview-ui/src/components/chat/ChatTextArea.tsx | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/thirty-doors-perform.md diff --git a/.changeset/thirty-doors-perform.md b/.changeset/thirty-doors-perform.md new file mode 100644 index 0000000..425dc51 --- /dev/null +++ b/.changeset/thirty-doors-perform.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +A couple more tiny tweaks to the button alignment in the chat input diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index f7703bc..4e102c6 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -666,7 +666,7 @@ const ChatTextArea = forwardRef( style={{ position: "absolute", paddingTop: 4, - bottom: 32, + bottom: 36, left: 22, right: 67, zIndex: 2, @@ -677,7 +677,7 @@ const ChatTextArea = forwardRef( style={{ position: "absolute", left: 25, - bottom: 19, + bottom: 20, zIndex: 3, display: "flex", gap: 8, @@ -764,7 +764,7 @@ const ChatTextArea = forwardRef( ))} -
+
{apiConfiguration?.apiProvider === "openrouter" && (