tweak subscription items margins
This commit is contained in:
parent
645b6add2a
commit
129c40a9cc
2 changed files with 7 additions and 3 deletions
app/src
|
@ -56,7 +56,7 @@ class SubscriptionsPage extends React.PureComponent {
|
|||
contentContainerStyle={subscriptionsStyle.scrollPadding}
|
||||
renderItem={ ({item}) => (
|
||||
<FileItem
|
||||
style={discoverStyle.fileItem}
|
||||
style={subscriptionsStyle.fileItem}
|
||||
mediaStyle={discoverStyle.fileItemMedia}
|
||||
key={item}
|
||||
uri={uriFromFileInfo(item)}
|
||||
|
|
|
@ -16,13 +16,17 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
marginBottom: 60
|
||||
},
|
||||
scrollPadding: {
|
||||
paddingTop: 24,
|
||||
marginBottom: -60
|
||||
paddingTop: 24
|
||||
},
|
||||
infoText: {
|
||||
textAlign: 'center',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
fileItem: {
|
||||
marginLeft: 24,
|
||||
marginRight: 24,
|
||||
marginBottom: 24
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue