From 448da6347a115065a798a8d788abedbc3ffc347c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 17 Jul 2022 19:36:42 +0200 Subject: [PATCH] Fix: markdown dropped from quote replies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/components/quoted-status.tsx | 2 +- app/styles/components/status.scss | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/soapbox/components/quoted-status.tsx b/app/soapbox/components/quoted-status.tsx index e00ca10e5..5bd4effc4 100644 --- a/app/soapbox/components/quoted-status.tsx +++ b/app/soapbox/components/quoted-status.tsx @@ -143,7 +143,7 @@ const QuotedStatus: React.FC = ({ status, onCancel, compose }) => {renderReplyMentions()} diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 242d91beb..b063e1d0a 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -78,6 +78,17 @@ padding: 5px; } } + + &--quote { + ul, + ol { + @apply pl-4; + } + + blockquote { + @apply pl-2; + } + } } .status__content > ul,