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
+1 -2
View File
@@ -319,7 +319,7 @@ let FeedItemInner = ({
)}
</View>
<View style={{paddingTop: 12, flexShrink: 1}}>
<View style={{paddingTop: 10, flexShrink: 1}}>
{isReasonFeedSource(reason) ? (
<Link href={reason.href}>
<Text
@@ -660,7 +660,6 @@ const styles = StyleSheet.create({
includeReason: {
flexDirection: 'row',
alignItems: 'center',
marginTop: 2,
marginBottom: 2,
marginLeft: -16,
},