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