Fix layout and padding for advanced audio settings

auto_join_3.3
Stefan Otto 2020-05-20 13:29:40 +02:00
parent d4a35e9e33
commit ee564e9187
1 changed files with 3 additions and 3 deletions

View File

@ -69,10 +69,11 @@ const styles = (theme) => ({
padding : theme.spacing(1) padding : theme.spacing(1)
}, },
nested : { nested : {
paddingLeft : theme.spacing(2),
display : 'block', display : 'block',
paddingTop : 0, paddingTop : 0,
paddingBottom : 0 paddingBottom : 0,
paddingLeft : '25px',
paddingRight : '25px'
}, },
formControl : formControl :
{ {
@ -426,7 +427,6 @@ const MediaSettings = ({
}} }}
marks={[ { value: volume, label: volume+'dB' } ]} marks={[ { value: volume, label: volume+'dB' } ]}
/> />
<div className={classes.margin} />
</ListItem> </ListItem>
</List> </List>
</Collapse> </Collapse>