diff --git a/src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx b/src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx index 885044056b..e8fbad778b 100644 --- a/src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx +++ b/src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx @@ -58,7 +58,7 @@ export function GifPresentationControls({ /> )} - + GIF @@ -70,16 +70,11 @@ const styles = StyleSheet.create({ gifBadgeContainer: { backgroundColor: 'rgba(0, 0, 0, 0.75)', borderRadius: 6, - paddingHorizontal: 6, + paddingHorizontal: 4, paddingVertical: 3, position: 'absolute', - right: 5, - bottom: 5, + left: 6, + bottom: 6, zIndex: 2, }, - gifBadge: { - color: 'white', - fontSize: 7, - fontWeight: '600', - }, })