From afeb1529f5b55f18264ec94c79e99dfb2586148e Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Mon, 28 Oct 2024 12:32:15 -0700 Subject: [PATCH] Increase space between reply and parent posts in composer --- src/components/dataDisplay/threadLine/ThreadLine.tsx | 2 +- src/components/inputs/editor/ReplyToPreview.tsx | 4 ++-- src/components/inputs/editor/TextEdit.tsx | 2 +- src/components/inputs/editor/TopEditorBar.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/dataDisplay/threadLine/ThreadLine.tsx b/src/components/dataDisplay/threadLine/ThreadLine.tsx index 48f8a1cb..dd0f6b77 100644 --- a/src/components/dataDisplay/threadLine/ThreadLine.tsx +++ b/src/components/dataDisplay/threadLine/ThreadLine.tsx @@ -6,7 +6,7 @@ export default function Threadline(props: Props) { const { className } = props; return (
); } diff --git a/src/components/inputs/editor/ReplyToPreview.tsx b/src/components/inputs/editor/ReplyToPreview.tsx index 4f132807..81c696b7 100644 --- a/src/components/inputs/editor/ReplyToPreview.tsx +++ b/src/components/inputs/editor/ReplyToPreview.tsx @@ -24,9 +24,9 @@ export default function ReplyToPreview(props: Props) { return (
- + -
+
- {onPublish.isPending ? "Posting..." : "Post"} + {onPublish.isPending ? "Sending..." : "Send"} )}