mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
tablet layout fix
This commit is contained in:
parent
ea5b1572b8
commit
575289f654
1 changed files with 5 additions and 2 deletions
|
|
@ -1541,16 +1541,19 @@ const styles = StyleSheet.create({
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
minHeight: 44,
|
minHeight: 44,
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
maxWidth: 800,
|
||||||
|
alignSelf: 'center',
|
||||||
},
|
},
|
||||||
tabletProgressGlassBackground: {
|
tabletProgressGlassBackground: {
|
||||||
width: '60%',
|
width: width * 0.7,
|
||||||
maxWidth: 500,
|
maxWidth: 700,
|
||||||
backgroundColor: 'rgba(255,255,255,0.08)',
|
backgroundColor: 'rgba(255,255,255,0.08)',
|
||||||
borderRadius: 16,
|
borderRadius: 16,
|
||||||
padding: 12,
|
padding: 12,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderColor: 'rgba(255,255,255,0.1)',
|
borderColor: 'rgba(255,255,255,0.1)',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
alignSelf: 'center',
|
||||||
},
|
},
|
||||||
tabletWatchProgressMainText: {
|
tabletWatchProgressMainText: {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue