Use custom subtitle element in safari
This commit is contained in:
@@ -35,6 +35,9 @@ export function useCustomSubtitles(userSettings: UserSettings) {
|
||||
return true;
|
||||
}
|
||||
|
||||
// iOS/macOS global caption settings are causing huge font-size and margins
|
||||
if (browser.safari) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user