remove hack, doesn't seem to be needed anymore

This commit is contained in:
Eric Bailey
2026-06-25 16:38:04 -05:00
parent 3c1735fea0
commit 328c7f7917
@@ -66,19 +66,7 @@ export function GifEmbed({
a.overflow_hidden, a.overflow_hidden,
{backgroundColor: t.palette.black}, {backgroundColor: t.palette.black},
]}> ]}>
<View <View style={[a.absolute, a.inset_0]}>
style={[
a.absolute,
/*
* Aspect ratio was being clipped weirdly on web -esb
*/
{
top: -2,
bottom: -2,
left: -2,
right: -2,
},
]}>
<MediaInsetBorder /> <MediaInsetBorder />
<GifPresentationControls <GifPresentationControls
onPress={onPress} onPress={onPress}