From 4481d9227f7cb3bd0d9e6521ca0b7339c0dee0ac Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 5 Apr 2023 15:17:11 -0500 Subject: [PATCH] Drop thread back to a medium sized card --- app/soapbox/features/status/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/soapbox/features/status/index.tsx b/app/soapbox/features/status/index.tsx index b37c88cb2..38be99ba6 100644 --- a/app/soapbox/features/status/index.tsx +++ b/app/soapbox/features/status/index.tsx @@ -485,7 +485,7 @@ const Thread: React.FC = (props) => { {!isUnderReview ? ( <> -
+
= (props) => { {hasDescendants && ( -
+
)} ); @@ -523,7 +523,7 @@ const Thread: React.FC = (props) => { const titleMessage = status.visibility === 'direct' ? messages.titleDirect : messages.title; return ( - +