diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-15 11:43:05 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-15 11:43:05 -0600 |
commit | 356870ef60a7d4e7d3a605ee8d56b1994ac020a1 (patch) | |
tree | 90b1165b7eb854eb8f962c8b33c49b12ab2f2bcc /src/view/com/util/PostEmbeds.tsx | |
parent | c5ac23047ac68f6f9cce374b8cfd9a670f833427 (diff) | |
download | voidsky-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.tsx | 2 |
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, |