ReplyEditor: fix toolbar alignment

This commit is contained in:
thislight 2024-09-27 23:19:09 +08:00
parent 8e24d61779
commit 5c2ebada28
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

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