add note wrapper

This commit is contained in:
Ren Amamiya
2023-05-07 09:12:32 +07:00
parent 390137f5b0
commit f46f4530a6
10 changed files with 58 additions and 67 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default function NoteReplyForm({ id }: { id: string }) {
};
return (
<div className="flex gap-3 px-5 py-4">
<div className="flex gap-3 px-3 py-4">
<div>
<div className="relative h-9 w-9 shrink-0 overflow-hidden rounded-md">
<Image src={profile?.picture} alt={account?.pubkey} className="h-9 w-9 rounded-md object-cover" />