mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Bump padding to pb-5 to match top of card
This commit is contained in:
parent
64c0a6b7a8
commit
d33faf370f
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ export function CaptionSettingsView({ id }: { id: string }) {
|
|||
<Menu.BackLink onClick={() => router.navigate("/captions")}>
|
||||
{t("player.menus.subtitles.settings.backlink")}
|
||||
</Menu.BackLink>
|
||||
<Menu.Section className="space-y-6 pb-4">
|
||||
<Menu.Section className="space-y-6 pb-5">
|
||||
<CaptionSetting
|
||||
label={t("player.menus.subtitles.settings.delay")}
|
||||
max={10}
|
||||
|
|
Loading…
Reference in a new issue