mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
style: align chatrow through padding and keep flex-start for the trash
This commit is contained in:
parent
4b24564087
commit
ece63103c7
1 changed files with 4 additions and 2 deletions
|
|
@ -567,10 +567,12 @@ export const ChatRowContent = ({
|
|||
style={{
|
||||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
alignItems: "flex-start",
|
||||
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
|
||||
appearance="icon"
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue