From f820d19f5512a11b6915c0cfd661bd950d4cb4bc Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 13 Aug 2018 21:51:17 +0100 Subject: [PATCH] search results style tweak --- app/src/styles/search.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/styles/search.js b/app/src/styles/search.js index e8b01f12..890cbf9c 100644 --- a/app/src/styles/search.js +++ b/app/src/styles/search.js @@ -10,7 +10,8 @@ const searchStyle = StyleSheet.create({ flex: 1, width: '100%', height: '100%', - padding: 16, + paddingLeft: 16, + paddingRight: 16, marginBottom: 60 }, scrollPadding: { @@ -20,14 +21,14 @@ const searchStyle = StyleSheet.create({ flex: 1, flexDirection: 'row', justifyContent: 'space-between', - marginBottom: 16 + marginTop: 16 }, thumbnail: { width: '100%', height: 80 }, thumbnailContainer: { - width: '25%' + width: '25%' }, detailsContainer: { width: '70%'