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