tablet layout fix

This commit is contained in:
tapframe 2025-08-27 19:44:05 +05:30
parent ea5b1572b8
commit 575289f654

View file

@ -1541,16 +1541,19 @@ const styles = StyleSheet.create({
alignItems: 'center',
minHeight: 44,
position: 'relative',
maxWidth: 800,
alignSelf: 'center',
},
tabletProgressGlassBackground: {
width: '60%',
maxWidth: 500,
width: width * 0.7,
maxWidth: 700,
backgroundColor: 'rgba(255,255,255,0.08)',
borderRadius: 16,
padding: 12,
borderWidth: 1,
borderColor: 'rgba(255,255,255,0.1)',
overflow: 'hidden',
alignSelf: 'center',
},
tabletWatchProgressMainText: {
fontSize: 14,