about summary refs log tree commit diff
path: root/src/view/com/util/PostEmbeds.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-12-15 11:43:05 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-12-15 11:43:05 -0600
commit356870ef60a7d4e7d3a605ee8d56b1994ac020a1 (patch)
tree90b1165b7eb854eb8f962c8b33c49b12ab2f2bcc /src/view/com/util/PostEmbeds.tsx
parentc5ac23047ac68f6f9cce374b8cfd9a670f833427 (diff)
downloadvoidsky-356870ef60a7d4e7d3a605ee8d56b1994ac020a1.tar.zst
Just do full renders of parent posts in the feed
Diffstat (limited to 'src/view/com/util/PostEmbeds.tsx')
-rw-r--r--src/view/com/util/PostEmbeds.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/PostEmbeds.tsx b/src/view/com/util/PostEmbeds.tsx
index ea15dc9ca..5e886409e 100644
--- a/src/view/com/util/PostEmbeds.tsx
+++ b/src/view/com/util/PostEmbeds.tsx
@@ -121,7 +121,7 @@ export function PostEmbeds({
 
 const styles = StyleSheet.create({
   imagesContainer: {
-    marginBottom: 20,
+    marginBottom: 10,
   },
   imagesWidthSpacer: {
     width: 5,