Fixes to the composer UX around images and scrolling
This commit is contained in:
@@ -193,7 +193,7 @@ export const FeedItem = observer(function FeedItem({
|
||||
style={styles.postText}
|
||||
/>
|
||||
</View>
|
||||
<PostEmbeds embed={item.embed} style={{marginBottom: 10}} />
|
||||
<PostEmbeds embed={item.embed} style={styles.postEmbeds} />
|
||||
<PostCtrls
|
||||
replyCount={item.replyCount}
|
||||
repostCount={item.repostCount}
|
||||
@@ -278,4 +278,7 @@ const styles = StyleSheet.create({
|
||||
fontSize: 16,
|
||||
lineHeight: 20.8, // 1.3 of 16px
|
||||
},
|
||||
postEmbeds: {
|
||||
marginBottom: 10,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user