diff --git a/src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx b/src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx index a71860d535..b8eb1a59ee 100644 --- a/src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx +++ b/src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx @@ -227,7 +227,15 @@ export function ExternalPlayer({ + style={[ + aspect, + a.rounded_sm, + a.overflow_hidden, + { + borderBottomLeftRadius: 0, + borderBottomRightRadius: 0, + }, + ]}> {link.thumb && (!isPlayerActive || isLoading) ? ( <> ) : ( - + <> + + + )}