mirror of
https://github.com/sussy-code/smov.git
synced 2026-04-20 08:02:09 +00:00
Merge pull request #111 from Pasithea0/main
Some checks failed
Deploying / Build PWA (push) Has been cancelled
Deploying / Build (push) Has been cancelled
Deploying / Push to registry (push) Has been cancelled
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build Docker (push) Has been cancelled
Deploying / Release (push) Has been cancelled
Some checks failed
Deploying / Build PWA (push) Has been cancelled
Deploying / Build (push) Has been cancelled
Deploying / Push to registry (push) Has been cancelled
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build Docker (push) Has been cancelled
Deploying / Release (push) Has been cancelled
Fix slider bug for subtitle styles in settings
This commit is contained in:
commit
3e0ef278c9
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export function CaptionsPart(props: {
|
|||
onChange={(v) =>
|
||||
props.setStyling({ ...props.styling, backgroundBlur: v / 100 })
|
||||
}
|
||||
value={props.styling.backgroundBlur * 1}
|
||||
value={props.styling.backgroundBlur * 100}
|
||||
textTransformer={(s) => `${s}%`}
|
||||
/>
|
||||
<CaptionSetting
|
||||
|
|
|
|||
Loading…
Reference in a new issue