mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Adjust custom subtitle container position in VideoPlayer component for improved visibility
This commit is contained in:
parent
10e12fa6bd
commit
c7110edcb8
1 changed files with 1 additions and 1 deletions
|
|
@ -2683,7 +2683,7 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
customSubtitleContainer: {
|
||||
position: 'absolute',
|
||||
bottom: 120, // Position above controls and progress bar
|
||||
bottom: 40, // Position above controls and progress bar
|
||||
left: 20,
|
||||
right: 20,
|
||||
alignItems: 'center',
|
||||
|
|
|
|||
Loading…
Reference in a new issue