mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
some fixes
This commit is contained in:
parent
87835f672d
commit
83701955df
1 changed files with 4 additions and 3 deletions
|
|
@ -339,14 +339,15 @@ const styles = StyleSheet.create({
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
height: '70%',
|
height: '80%',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'flex-end',
|
||||||
padding: 16,
|
padding: 16,
|
||||||
},
|
},
|
||||||
badgeContainer: {
|
badgeContainer: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
|
marginBottom: 12,
|
||||||
},
|
},
|
||||||
badge: {
|
badge: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
|
@ -398,7 +399,7 @@ const styles = StyleSheet.create({
|
||||||
overview: {
|
overview: {
|
||||||
color: colors.lightGray,
|
color: colors.lightGray,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
marginBottom: 6,
|
marginBottom: 4,
|
||||||
opacity: 0.8,
|
opacity: 0.8,
|
||||||
},
|
},
|
||||||
releaseDate: {
|
releaseDate: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue