Merge remote-tracking branch 'upstream/develop' into mm-exporter
commit
3c7dbb2109
|
|
@ -10,12 +10,8 @@ const styles = (theme) =>
|
|||
({
|
||||
root :
|
||||
{
|
||||
padding : theme.spacing(1),
|
||||
width : '100%',
|
||||
overflow : 'hidden',
|
||||
cursor : 'auto',
|
||||
display : 'flex',
|
||||
listStyleType : 'none',
|
||||
padding : theme.spacing(1),
|
||||
boxShadow : '0 2px 5px 2px rgba(0, 0, 0, 0.2)',
|
||||
backgroundColor : 'rgba(255, 255, 255, 1)'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -10,12 +10,8 @@ const styles = (theme) =>
|
|||
({
|
||||
root :
|
||||
{
|
||||
padding : theme.spacing(1),
|
||||
width : '100%',
|
||||
overflow : 'hidden',
|
||||
cursor : 'auto',
|
||||
display : 'flex',
|
||||
listStyleType : 'none',
|
||||
padding : theme.spacing(1),
|
||||
boxShadow : '0 2px 5px 2px rgba(0, 0, 0, 0.2)',
|
||||
backgroundColor : 'rgba(255, 255, 255, 1)'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ const styles = (theme) =>
|
|||
width : '100%',
|
||||
overflow : 'hidden',
|
||||
cursor : 'auto',
|
||||
display : 'flex',
|
||||
padding : theme.spacing(1)
|
||||
display : 'flex'
|
||||
},
|
||||
avatar :
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,11 +10,8 @@ const styles = (theme) =>
|
|||
({
|
||||
root :
|
||||
{
|
||||
padding : theme.spacing(1),
|
||||
width : '100%',
|
||||
overflow : 'hidden',
|
||||
cursor : 'auto',
|
||||
display : 'flex'
|
||||
padding : theme.spacing(1),
|
||||
display : 'flex'
|
||||
},
|
||||
divider :
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue