Skip to content

Commit c3590fa

Browse files
authored
Merge pull request #334 from RooVetGit/3.0-fixes
Small fixes
2 parents 4baa8a9 + 5698d10 commit c3590fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/quiet-mails-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Fix the reddit link and a small visual glitch in the chat input

webview-ui/src/components/chat/ChatTextArea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
764764
))}
765765
</select>
766766
</div>
767-
<div className="button-row" style={{ position: "absolute", right: 12, display: "flex", alignItems: "center", height: 31, bottom: 8, zIndex: 3, padding: "0 8px", justifyContent: "flex-end", backgroundColor: "var(--vscode-input-background)", }}>
767+
<div className="button-row" style={{ position: "absolute", right: 20, display: "flex", alignItems: "center", height: 31, bottom: 10, zIndex: 3, padding: "0 0 0 8px", justifyContent: "flex-end", backgroundColor: "var(--vscode-input-background)", }}>
768768
<span style={{ display: "flex", alignItems: "center", gap: 12 }}>
769769
{apiConfiguration?.apiProvider === "openrouter" && (
770770
<div style={{ display: "flex", alignItems: "center" }}>

0 commit comments

Comments
 (0)