From 66ff83812173406980301ea742b48f2f049e9b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 26 Feb 2026 13:43:01 +0100 Subject: [PATCH] nicolium: some guesses to maybe improve firefox reader mode compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/components/status-content.tsx | 4 ++-- packages/pl-fe/src/components/status.tsx | 15 +++++++++++++-- .../src/features/status/components/thread.tsx | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/packages/pl-fe/src/components/status-content.tsx b/packages/pl-fe/src/components/status-content.tsx index a72343b46..e516d8227 100644 --- a/packages/pl-fe/src/components/status-content.tsx +++ b/packages/pl-fe/src/components/status-content.tsx @@ -213,7 +213,7 @@ const StatusContent: React.FC = React.memo( if (spoilerText) { output.push( -

= React.memo( )} -

, + , ); } diff --git a/packages/pl-fe/src/components/status.tsx b/packages/pl-fe/src/components/status.tsx index 47e514140..f930c9f4d 100644 --- a/packages/pl-fe/src/components/status.tsx +++ b/packages/pl-fe/src/components/status.tsx @@ -547,7 +547,12 @@ const Status: React.FC = (props) => { }; return ( - + {body} ); @@ -658,7 +663,13 @@ const Status: React.FC = (props) => { }; return ( - + {body} ); diff --git a/packages/pl-fe/src/features/status/components/thread.tsx b/packages/pl-fe/src/features/status/components/thread.tsx index c072a7603..1a4cfc453 100644 --- a/packages/pl-fe/src/features/status/components/thread.tsx +++ b/packages/pl-fe/src/features/status/components/thread.tsx @@ -248,7 +248,7 @@ const Thread = ({ deleted /> ) : ( - +