From 467272d5c8d2a9e8e43a7dcb88cbc11fc7a0ef80 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 22 Jan 2020 02:01:06 +0100 Subject: [PATCH] tweak file page style --- src/styles/filePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/filePage.js b/src/styles/filePage.js index 8bf23bf..60ad4d5 100644 --- a/src/styles/filePage.js +++ b/src/styles/filePage.js @@ -113,6 +113,7 @@ const filePageStyle = StyleSheet.create({ marginTop: -8, marginLeft: 12, marginRight: 12, + marginBottom: 16, }, thumbnail: { width: screenWidth, @@ -331,7 +332,6 @@ const filePageStyle = StyleSheet.create({ tagContainer: { marginLeft: 12, marginRight: 12, - marginTop: 16, marginBottom: 16, flexDirection: 'row', },