diff --git a/src/common/components/CastRow.tsx b/src/common/components/CastRow.tsx index deb29a60..ffab79a2 100644 --- a/src/common/components/CastRow.tsx +++ b/src/common/components/CastRow.tsx @@ -79,10 +79,10 @@ export const CastRow = ({ cast, isSelected, showChannel, onSelect, channels }: C referrerPolicy="no-referrer" /> {cast.parent_hash && } - @{cast.author.username} ({cast.author.display_name}) + @{cast.author.username} ({cast.author.display_name}) {showChannel && channel && (
- + {channel.name}
@@ -94,7 +94,7 @@ export const CastRow = ({ cast, isSelected, showChannel, onSelect, channels }: C )} -

+

{cast.text !== embedUrl && cast.text} {embedUrl && !isImageUrl && cast.text !== embedUrl && ( {embedUrl} diff --git a/src/common/components/PostEmbeddedContent/ImgurImage.tsx b/src/common/components/PostEmbeddedContent/ImgurImage.tsx index f2d309e5..9440da4b 100644 --- a/src/common/components/PostEmbeddedContent/ImgurImage.tsx +++ b/src/common/components/PostEmbeddedContent/ImgurImage.tsx @@ -58,7 +58,7 @@ export const ImgurImage = ({ url }: { url: string }) => { return ( <> + className="relative flex items-center space-x-4 py-2 max-w-sm lg:max-w-2xl xl:max-w-4xl" >