diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index ff6b2a0234bc..fb105056b55c 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -1067,7 +1067,7 @@ export const ChatTextArea = forwardRef( : "bg-vscode-input-background", "transition-background-color duration-150 ease-in-out", "will-change-background-color", - "min-h-[90px]", + "min-h-[94px]", "box-border", "rounded", "resize-none", @@ -1082,7 +1082,32 @@ export const ChatTextArea = forwardRef( onScroll={() => updateHighlights()} /> -
+
+ + + -
- -
{isEditMode && (
-
+
{isTtsPlaying && ( -
diff --git a/webview-ui/src/components/chat/IndexingStatusBadge.tsx b/webview-ui/src/components/chat/IndexingStatusBadge.tsx index 356ef29962ef..5d4818a09af7 100644 --- a/webview-ui/src/components/chat/IndexingStatusBadge.tsx +++ b/webview-ui/src/components/chat/IndexingStatusBadge.tsx @@ -91,7 +91,7 @@ export const IndexingStatusBadge: React.FC = ({ classN size="sm" aria-label={tooltipText} className={cn( - "relative h-7 w-7 p-0", + "relative h-5 w-5 p-0", "text-vscode-foreground opacity-85", "hover:opacity-100 hover:bg-[rgba(255,255,255,0.03)]", "focus:outline-none focus-visible:ring-1 focus-visible:ring-vscode-focusBorder", @@ -100,7 +100,7 @@ export const IndexingStatusBadge: React.FC = ({ classN