From b6ef52e38c198f827a89769513bb13ad7491fbeb Mon Sep 17 00:00:00 2001
From: Ren Amamiya <123083837+reyamir@users.noreply.github.com>
Date: Mon, 8 May 2023 07:59:50 +0700
Subject: [PATCH] minor design fixes
---
src/app/note/components/base.tsx | 2 +-
src/app/note/components/parent.tsx | 4 ++--
src/app/note/components/replies/form.tsx | 2 +-
src/app/note/components/replies/item.tsx | 2 +-
src/app/note/components/rootNote.tsx | 2 +-
src/app/note/components/user/default.tsx | 17 +++++++----------
src/app/note/components/user/reply.tsx | 2 +-
src/app/note/components/user/repost.tsx | 6 +++---
src/app/note/pages/index.page.tsx | 3 +--
9 files changed, 18 insertions(+), 22 deletions(-)
diff --git a/src/app/note/components/base.tsx b/src/app/note/components/base.tsx
index 8be72505..c631cf34 100644
--- a/src/app/note/components/base.tsx
+++ b/src/app/note/components/base.tsx
@@ -15,7 +15,7 @@ export const NoteBase = ({ event }: { event: any }) => {
{event.parent_id && event.parent_id !== event.event_id &&