Просмотр исходного кода

Merge pull request #334 from RooVetGit/3.0-fixes

Small fixes
Matt Rubens 11 месяцев назад
Родитель
Сommit
c3590fac46
2 измененных файлов с 6 добавлено и 1 удалено
  1. 5 0
      .changeset/quiet-mails-live.md
  2. 1 1
      webview-ui/src/components/chat/ChatTextArea.tsx

+ 5 - 0
.changeset/quiet-mails-live.md

@@ -0,0 +1,5 @@
+---
+"roo-cline": patch
+---
+
+Fix the reddit link and a small visual glitch in the chat input

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

@@ -764,7 +764,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
 						))}
 					</select>
 				</div>
-				<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)", }}>
+				<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)", }}>
 				  <span style={{ display: "flex", alignItems: "center", gap: 12 }}>
 					{apiConfiguration?.apiProvider === "openrouter" && (
 					  <div style={{ display: "flex", alignItems: "center" }}>