about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-05-24 11:24:20 -0700
committerGitHub <noreply@github.com>2024-05-24 11:24:20 -0700
commitafab4d512928ffd538bdc40d91aed7c592cd8a70 (patch)
tree6316d8f5b9d917bd97942bb9da2a2eb18c79f8fa /src/view/com/util/post-embeds/index.tsx
parent2897b79befad6bc633bf54b9ef849273879e716a (diff)
downloadvoidsky-afab4d512928ffd538bdc40d91aed7c592cd8a70.tar.zst
Move ALT indicator right and shrink it a bit (#4213)
Diffstat (limited to 'src/view/com/util/post-embeds/index.tsx')
-rw-r--r--src/view/com/util/post-embeds/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx
index eb9732ee8..8aa9919ca 100644
--- a/src/view/com/util/post-embeds/index.tsx
+++ b/src/view/com/util/post-embeds/index.tsx
@@ -178,12 +178,12 @@ const styles = StyleSheet.create({
     paddingHorizontal: 6,
     paddingVertical: 3,
     position: 'absolute',
-    left: 6,
+    right: 6,
     bottom: 6,
   },
   alt: {
     color: 'white',
-    fontSize: 10,
+    fontSize: 6,
     fontWeight: 'bold',
   },
   customFeedOuter: {