Improve post spacing (#8589)

This commit is contained in:
Samuel Newman
2025-07-01 23:24:03 +03:00
committed by GitHub
parent 5f291b5ca8
commit 9fdd98d8b4
3 changed files with 14 additions and 12 deletions
+8 -1
View File
@@ -185,7 +185,14 @@ let PostControls = ({
}
return (
<View style={[a.flex_row, a.justify_between, a.align_center, style]}>
<View
style={[
a.flex_row,
a.justify_between,
a.align_center,
!big && a.pt_2xs,
style,
]}>
<View
style={[
big ? a.align_center : [a.flex_1, a.align_start, {marginLeft: -6}],