design(chat): align composer action buttons to the right
This commit is contained in:
@@ -2176,7 +2176,8 @@ export function ChatPanel({
|
||||
style={{
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "space-between",
|
||||
justifyContent: "flex-end",
|
||||
gap: 8,
|
||||
paddingTop: 4,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user