mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #478 from monotykamary/style/align-chat-input-elements
style: Align text and button in user input box
This commit is contained in:
commit
851e8ced51
1 changed files with 3 additions and 2 deletions
|
|
@ -567,7 +567,7 @@ export const ChatRowContent = ({
|
|||
style={{
|
||||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "flex-start",
|
||||
alignItems: "center",
|
||||
gap: "10px",
|
||||
}}>
|
||||
<span style={{ display: "block", flexGrow: 1 }}>{highlightMentions(message.text)}</span>
|
||||
|
|
@ -577,7 +577,8 @@ export const ChatRowContent = ({
|
|||
padding: "3px",
|
||||
flexShrink: 0,
|
||||
height: "24px",
|
||||
marginTop: "-6px",
|
||||
marginTop: "-3px",
|
||||
marginBottom: "-3px",
|
||||
marginRight: "-6px",
|
||||
}}
|
||||
disabled={isStreaming}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue