From 8e4ca881ad1ed90b8d9cf3084c01df7a570c6986 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 23 Sep 2023 15:57:34 +0200 Subject: [PATCH] fix(mobile reply): remove unnecessary width calculation for reply images --- src/components/views/All.jsx | 6 +----- src/components/views/Board.jsx | 6 +----- src/components/views/Subscriptions.jsx | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/components/views/All.jsx b/src/components/views/All.jsx index 2e0c596c..1a11d106 100755 --- a/src/components/views/All.jsx +++ b/src/components/views/All.jsx @@ -2752,11 +2752,7 @@ const All = () => { ) : replyMediaInfo.type === 'image' ? (
- + {
) : replyMediaInfo.type === 'image' ? (
- + {
) : replyMediaInfo.type === 'image' ? (
- +