From abd00d57221ef095485302aaa3ecaf85362b618e Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 2 Feb 2026 12:04:03 -0600 Subject: [PATCH] tweak badge --- .../Embed/VideoEmbed/GifPresentationControls.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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', - }, })