minor design fixes

This commit is contained in:
Ren Amamiya
2023-05-08 07:59:50 +07:00
parent 75830122bf
commit b6ef52e38c
9 changed files with 18 additions and 22 deletions

View File

@@ -76,7 +76,7 @@ export const RootNote = memo(function RootNote({ id, fallback }: { id: string; f
{data ? (
<>
<NoteDefaultUser pubkey={data.pubkey} time={data.created_at} />
<div className="mt-1 pl-[52px]">
<div className="mt-3 pl-[46px]">
<NoteContent content={content} />
<NoteMetadata id={data.id} eventPubkey={data.pubkey} />
</div>