fix: flex styles

This commit is contained in:
2023-10-17 14:57:59 +01:00
parent 2b09da6959
commit 0548e1a9e1
2 changed files with 3 additions and 3 deletions

View File

@ -441,8 +441,8 @@ export function NoteCreator() {
function noteCreatorFooter() {
return (
<div className="flex justify-between">
<div className="flex g8">
<div className="flex items-center justify-between">
<div className="flex items-center g8">
<ProfileImage
pubkey={login.publicKey ?? ""}
className="note-creator-icon"