tweak file page style
This commit is contained in:
parent
3594b70113
commit
467272d5c8
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue