mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Update padding for EpisodeStreamsModal
Adjust padding for EpisodeStreamsModal on Android.
This commit is contained in:
parent
e91d78386a
commit
2c5e9967d4
1 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ export const EpisodeStreamsModal: React.FC<EpisodeStreamsModalProps> = ({
|
|||
>
|
||||
{/* Header */}
|
||||
<View style={{
|
||||
paddingTop: Platform.OS === 'ios' ? 60 : 10,
|
||||
paddingTop: Platform.OS === 'ios' ? 60 : 15,
|
||||
paddingHorizontal: 20,
|
||||
paddingBottom: 20,
|
||||
}}>
|
||||
|
|
@ -271,4 +271,4 @@ export const EpisodeStreamsModal: React.FC<EpisodeStreamsModalProps> = ({
|
|||
</Animated.View>
|
||||
</View>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue