mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
style: align chatrow through padding and keep flex-start for the trash
This commit is contained in:
@@ -567,10 +567,12 @@ export const ChatRowContent = ({
|
|||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
alignItems: "center",
|
alignItems: "flex-start",
|
||||||
gap: "10px",
|
gap: "10px",
|
||||||
}}>
|
}}>
|
||||||
<span style={{ display: "block", flexGrow: 1 }}>{highlightMentions(message.text)}</span>
|
<span style={{ display: "block", flexGrow: 1, padding: "4px" }}>
|
||||||
|
{highlightMentions(message.text)}
|
||||||
|
</span>
|
||||||
<VSCodeButton
|
<VSCodeButton
|
||||||
appearance="icon"
|
appearance="icon"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user