forked from Archives/Athou_commafeed
reduce vertical room occupied by slider
This commit is contained in:
@@ -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))}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user