ReplyEditor: fix toolbar alignment

This commit is contained in:
thislight 2024-09-27 23:19:09 +08:00
parent 6a3a4888b4
commit 2f8613c4fe

View file

@ -243,7 +243,7 @@ const ReplyEditor: Component<{
<div
style={{
display: "flex",
"justify-content": "space-between",
"justify-content": "flex-end",
"margin-top": "8px",
gap: "16px",
"flex-flow": "row wrap",