mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-13 05:21:29 +00:00
some changes
This commit is contained in:
parent
8b7109a529
commit
da82321781
1 changed files with 3 additions and 3 deletions
|
|
@ -1435,7 +1435,7 @@ export const StreamsScreen = () => {
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={[
|
style={[
|
||||||
styles.backButton,
|
styles.backButton,
|
||||||
Platform.OS === 'ios' ? { marginTop: 20 } : null
|
Platform.OS === 'ios' ? { paddingTop: Math.max(insets.top, 12) + 6 } : null
|
||||||
]}
|
]}
|
||||||
onPress={handleBack}
|
onPress={handleBack}
|
||||||
activeOpacity={0.7}
|
activeOpacity={0.7}
|
||||||
|
|
@ -1665,7 +1665,7 @@ const createStyles = (colors: any) => StyleSheet.create({
|
||||||
top: 0,
|
top: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
zIndex: 9999,
|
zIndex: 2,
|
||||||
pointerEvents: 'box-none',
|
pointerEvents: 'box-none',
|
||||||
},
|
},
|
||||||
backButton: {
|
backButton: {
|
||||||
|
|
@ -1673,7 +1673,7 @@ const createStyles = (colors: any) => StyleSheet.create({
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: 8,
|
gap: 8,
|
||||||
padding: 14,
|
padding: 14,
|
||||||
paddingTop: 0,
|
paddingTop: Platform.OS === 'android' ? 45 : 15,
|
||||||
},
|
},
|
||||||
backButtonText: {
|
backButtonText: {
|
||||||
color: colors.highEmphasis,
|
color: colors.highEmphasis,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue