tweak file page style

This commit is contained in:
Akinwale Ariwodola 2020-01-22 02:01:06 +01:00
parent 3594b70113
commit 467272d5c8

View file

@ -113,6 +113,7 @@ const filePageStyle = StyleSheet.create({
marginTop: -8, marginTop: -8,
marginLeft: 12, marginLeft: 12,
marginRight: 12, marginRight: 12,
marginBottom: 16,
}, },
thumbnail: { thumbnail: {
width: screenWidth, width: screenWidth,
@ -331,7 +332,6 @@ const filePageStyle = StyleSheet.create({
tagContainer: { tagContainer: {
marginLeft: 12, marginLeft: 12,
marginRight: 12, marginRight: 12,
marginTop: 16,
marginBottom: 16, marginBottom: 16,
flexDirection: 'row', flexDirection: 'row',
}, },