diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index e44caedb7c..a3e1cc790d 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -986,7 +986,12 @@ const ChatTextArea = forwardRef( {!inputValue && (
+ style={{ + bottom: "0.25rem", + color: "var(--vscode-tab-inactiveForeground)", + userSelect: "none", + pointerEvents: "none", + }}> {placeholderBottomText}
)} @@ -1147,6 +1152,7 @@ const ChatTextArea = forwardRef( title={t("chat:addImages")} disabled={shouldDisableImages} onClick={onSelectImages} + className="mr-1" />