From ca0ee62bee46c421d1c792e10b8a6c211b829ed1 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 26 Sep 2025 23:05:55 -0400 Subject: [PATCH] Make chat icons shrink-0 --- webview-ui/src/components/chat/ChatRow.tsx | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index f1dfd9115b6..26bc71074ad 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -290,9 +290,9 @@ export const ChatRowContent = ({ ) ) : cost !== null && cost !== undefined ? ( isExpanded ? ( - + ) : ( - + ) ) : apiRequestFailedMessage ? ( getIconSpan("error", errorColor) @@ -319,7 +319,7 @@ export const ChatRowContent = ({ ] case "followup": return [ - , + , {t("chat:questions.hasQuestion")}, ] default: @@ -372,7 +372,7 @@ export const ChatRowContent = ({ return ( <>
- + {t("chat:fileOperations.wantsToApplyBatchChanges")} @@ -561,7 +561,7 @@ export const ChatRowContent = ({ return ( <>
- + {t("chat:fileOperations.wantsToReadMultiple")} @@ -581,7 +581,7 @@ export const ChatRowContent = ({ return ( <>
- + {message.type === "ask" ? tool.isOutsideWorkspace @@ -606,7 +606,7 @@ export const ChatRowContent = ({
@@ -636,7 +636,7 @@ export const ChatRowContent = ({ return ( <>
- + {message.type === "ask" ? tool.isOutsideWorkspace @@ -662,7 +662,7 @@ export const ChatRowContent = ({ return ( <>
- + {message.type === "ask" ? tool.isOutsideWorkspace @@ -754,7 +754,7 @@ export const ChatRowContent = ({ return ( <>
- + {message.type === "ask" ? ( <> @@ -1120,7 +1120,7 @@ export const ChatRowContent = ({ return (
- + {t("chat:text.rooSaid")}
@@ -1139,7 +1139,7 @@ export const ChatRowContent = ({ return (
- + {t("chat:feedback.youSaid")}
- +
- +