From 37daa132064a87abb4638ee8f5087b5f2263b26a Mon Sep 17 00:00:00 2001 From: hellno Date: Wed, 21 Aug 2024 13:12:39 +0200 Subject: [PATCH] feed and thread UI fixes --- src/common/components/CastRow.tsx | 4 ++-- src/common/components/CastThreadView.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/components/CastRow.tsx b/src/common/components/CastRow.tsx index 3a8065a6..c14bfc8c 100644 --- a/src/common/components/CastRow.tsx +++ b/src/common/components/CastRow.tsx @@ -561,7 +561,7 @@ export const CastRow = ({ cast.embeds?.length > 1 && !embedsContainsCastEmbed && "grid lg:grid-cols-2 gap-4", - "w-full self-start" + "max-w-lg self-start" )} onClick={(e) => e.preventDefault()} > @@ -570,7 +570,7 @@ export const CastRow = ({
- {renderEmbedForUrl(embed)} + {renderEmbedForUrl({...embed, hideReactions})}
))} diff --git a/src/common/components/CastThreadView.tsx b/src/common/components/CastThreadView.tsx index 27a99f58..3645f139 100644 --- a/src/common/components/CastThreadView.tsx +++ b/src/common/components/CastThreadView.tsx @@ -45,10 +45,10 @@ export const CastThreadView = ({ const renderGoBackButton = () => (