We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e333bfa commit 8d0acfaCopy full SHA for 8d0acfa
webview-ui/src/components/chat/ChatRow.tsx
@@ -567,7 +567,7 @@ export const ChatRowContent = ({
567
style={{
568
display: "flex",
569
justifyContent: "space-between",
570
- alignItems: "flex-start",
+ alignItems: "center",
571
gap: "10px",
572
}}>
573
<span style={{ display: "block", flexGrow: 1 }}>{highlightMentions(message.text)}</span>
@@ -577,7 +577,8 @@ export const ChatRowContent = ({
577
padding: "3px",
578
flexShrink: 0,
579
height: "24px",
580
- marginTop: "-6px",
+ marginTop: "-3px",
581
+ marginBottom: "-3px",
582
marginRight: "-6px",
583
}}
584
disabled={isStreaming}
0 commit comments