Make participant list more compact
parent
e82f86c900
commit
f4986cc9d7
|
|
@ -16,8 +16,7 @@ const styles = (theme) =>
|
||||||
width : '100%',
|
width : '100%',
|
||||||
overflow : 'hidden',
|
overflow : 'hidden',
|
||||||
cursor : 'auto',
|
cursor : 'auto',
|
||||||
display : 'flex',
|
display : 'flex'
|
||||||
padding : theme.spacing(1)
|
|
||||||
},
|
},
|
||||||
avatar :
|
avatar :
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -31,12 +31,10 @@ const styles = (theme) =>
|
||||||
},
|
},
|
||||||
listheader :
|
listheader :
|
||||||
{
|
{
|
||||||
padding : theme.spacing(1),
|
|
||||||
fontWeight : 'bolder'
|
fontWeight : 'bolder'
|
||||||
},
|
},
|
||||||
listItem :
|
listItem :
|
||||||
{
|
{
|
||||||
padding : theme.spacing(1),
|
|
||||||
width : '100%',
|
width : '100%',
|
||||||
overflow : 'hidden',
|
overflow : 'hidden',
|
||||||
cursor : 'pointer',
|
cursor : 'pointer',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue