Fix embeds overlapping each other in chat (#10949)

This commit is contained in:
DS Boyce
2026-06-24 09:14:23 -07:00
committed by GitHub
parent e371d1db44
commit c3626c80d1
2 changed files with 2 additions and 9 deletions
-3
View File
@@ -77,9 +77,6 @@ let MessageItemEmbed = ({
minWidth: 280,
maxWidth: 360,
}),
// Cancel out the embed's internal a.mt_sm so the container's
// CLUSTERED_MESSAGE_GAP (2px) is the only spacing applied
{marginTop: -a.mt_sm.marginTop},
]}>
<Animated.View
style={[a.rounded_xl, a.overflow_hidden, radiiStyle, highlightStyle]}>