This commit is contained in:
Ren Amamiya
2023-06-27 20:53:52 +07:00
parent a29ef03198
commit 3fe601cfc6
20 changed files with 159 additions and 110 deletions

View File

@@ -71,7 +71,7 @@ export function Note({ event, block }: Note) {
time={event.created_at}
repost={isRepost}
/>
<div className="z-10 relative -mt-6 pl-[49px]">
<div className="relative -mt-6 pl-[49px]">
{renderContent}
{!isRepost && (
<NoteMetadata