about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/util/images/Gallery.tsx4
-rw-r--r--src/view/com/util/post-embeds/index.tsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/view/com/util/images/Gallery.tsx b/src/view/com/util/images/Gallery.tsx
index f6d2c7a1b..f0b7ac15e 100644
--- a/src/view/com/util/images/Gallery.tsx
+++ b/src/view/com/util/images/Gallery.tsx
@@ -74,12 +74,12 @@ const styles = StyleSheet.create({
     position: 'absolute',
     // Related to margin/gap hack. This keeps the alt label in the same position
     // on all platforms
-    left: isWeb ? 8 : 5,
+    right: isWeb ? 8 : 5,
     bottom: isWeb ? 8 : 5,
   },
   alt: {
     color: 'white',
-    fontSize: 10,
+    fontSize: 6,
     fontWeight: 'bold',
   },
 })
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: {