Use custom subtitle element in safari

This commit is contained in:
Bill Thornton
2025-09-15 12:15:21 -04:00
parent 139ecd8146
commit cc7799cf49
@@ -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;
}
}