pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #111 from Pasithea0/main

Fix slider bug for subtitle styles in settings

authored by

TPN and committed by
GitHub
3e0ef278 680b442b

+1 -1
+1 -1
src/pages/parts/settings/CaptionsPart.tsx
··· 100 100 onChange={(v) => 101 101 props.setStyling({ ...props.styling, backgroundBlur: v / 100 }) 102 102 } 103 - value={props.styling.backgroundBlur * 1} 103 + value={props.styling.backgroundBlur * 100} 104 104 textTransformer={(s) => `${s}%`} 105 105 /> 106 106 <CaptionSetting