diff --git a/src/components/player/atoms/Settings.tsx b/src/components/player/atoms/Settings.tsx index cc02ee4e..68e36b83 100644 --- a/src/components/player/atoms/Settings.tsx +++ b/src/components/player/atoms/Settings.tsx @@ -51,7 +51,7 @@ function SettingsOverlay({ id }: { id: string }) { - + diff --git a/src/components/player/atoms/settings/CaptionSettingsView.tsx b/src/components/player/atoms/settings/CaptionSettingsView.tsx index 30a202f7..3189da7f 100644 --- a/src/components/player/atoms/settings/CaptionSettingsView.tsx +++ b/src/components/player/atoms/settings/CaptionSettingsView.tsx @@ -236,14 +236,16 @@ export function CaptionSettingsView({ id }: { id: string }) { decimalsAllowed={1} controlButtons /> - `${s}%`} - onChange={(v) => updateStyling({ size: v / 100 })} - value={styling.size * 100} - /> +
+ Fix capitalization +
+ setOverrideCasing(!overrideCasing)} + /> +
+
+ `${s}%`} /> + `${s}%`} + onChange={(v) => updateStyling({ size: v / 100 })} + value={styling.size * 100} + />
Color
@@ -264,15 +274,6 @@ export function CaptionSettingsView({ id }: { id: string }) { ))}
-
- Fix capitalization -
- setOverrideCasing(!overrideCasing)} - /> -
-
);