search results style tweak

This commit is contained in:
Akinwale Ariwodola 2018-08-13 21:51:17 +01:00
parent e5000f6502
commit f820d19f55

View file

@ -10,7 +10,8 @@ const searchStyle = StyleSheet.create({
flex: 1, flex: 1,
width: '100%', width: '100%',
height: '100%', height: '100%',
padding: 16, paddingLeft: 16,
paddingRight: 16,
marginBottom: 60 marginBottom: 60
}, },
scrollPadding: { scrollPadding: {
@ -20,14 +21,14 @@ const searchStyle = StyleSheet.create({
flex: 1, flex: 1,
flexDirection: 'row', flexDirection: 'row',
justifyContent: 'space-between', justifyContent: 'space-between',
marginBottom: 16 marginTop: 16
}, },
thumbnail: { thumbnail: {
width: '100%', width: '100%',
height: 80 height: 80
}, },
thumbnailContainer: { thumbnailContainer: {
width: '25%' width: '25%'
}, },
detailsContainer: { detailsContainer: {
width: '70%' width: '70%'