remove hack, doesn't seem to be needed anymore
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user