diff --git a/src/components/player/modals/SubtitleModals.tsx b/src/components/player/modals/SubtitleModals.tsx index 75e29e2..c2aa2ba 100644 --- a/src/components/player/modals/SubtitleModals.tsx +++ b/src/components/player/modals/SubtitleModals.tsx @@ -169,28 +169,29 @@ export const SubtitleModals: React.FC = ({ contentContainerStyle={{ padding: 20, paddingBottom: 40 }} showsVerticalScrollIndicator={false} > - {/* Font Size Section */} - - - Font Size - - - - + + Font Size + + + + = ({ - + + )} - {/* Background Toggle Section */} - + {/* Background Toggle Section - Only show for custom subtitles */} + {useCustomSubtitles && ( + = ({ }} /> - + + )} {/* Built-in Subtitles */} {vlcTextTracks.length > 0 && ( diff --git a/src/components/player/utils/playerStyles.ts b/src/components/player/utils/playerStyles.ts index 5d8427e..7226408 100644 --- a/src/components/player/utils/playerStyles.ts +++ b/src/components/player/utils/playerStyles.ts @@ -530,7 +530,7 @@ export const styles = StyleSheet.create({ }, customSubtitleContainer: { position: 'absolute', - bottom: 40, // Position above controls and progress bar + bottom: 20, // Position lower, closer to bottom left: 20, right: 20, alignItems: 'center',