From ca0a3270521172f19315ac9c33a1a18b4d2b78e1 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 8 Jul 2024 18:16:34 -0700 Subject: [PATCH] tweak top padding external (#4755) --- src/view/com/util/post-embeds/index.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx index 942ad57b..3fd55f5c 100644 --- a/src/view/com/util/post-embeds/index.tsx +++ b/src/view/com/util/post-embeds/index.tsx @@ -131,7 +131,7 @@ export function PostEmbeds({ const {alt, thumb, aspectRatio} = images[0] return ( - + - + - + ) } @@ -183,7 +187,7 @@ export function PostEmbeds({ } const styles = StyleSheet.create({ - imagesContainer: { + container: { marginTop: 8, }, altContainer: {