reduce vertical room occupied by slider

This commit is contained in:
Athou
2025-05-05 13:59:23 +02:00
parent f43c7aa5d0
commit 45ef56e9da

View File

@@ -195,9 +195,9 @@ export function ProfileMenu(props: ProfileMenuProps) {
min={50} min={50}
max={150} max={150}
step={5} step={5}
marks={[{ value: 100, label: "100%" }]} marks={[{ value: 100 }]}
label={v => `${v}%`} label={v => `${v}%`}
mb="xl" mb="xs"
value={fontSizePercentage} value={fontSizePercentage}
onChange={value => dispatch(setFontSizePercentage(value))} onChange={value => dispatch(setFontSizePercentage(value))}
/> />