Merge remote-tracking branch 'upstream/develop' into mm-exporter

auto_join_3.3
christian2 2020-05-04 14:23:44 +02:00
commit 3c7dbb2109
5 changed files with 5 additions and 19 deletions

View File

@ -10,12 +10,8 @@ const styles = (theme) =>
({ ({
root : root :
{ {
padding : theme.spacing(1),
width : '100%',
overflow : 'hidden',
cursor : 'auto',
display : 'flex', display : 'flex',
listStyleType : 'none', padding : theme.spacing(1),
boxShadow : '0 2px 5px 2px rgba(0, 0, 0, 0.2)', boxShadow : '0 2px 5px 2px rgba(0, 0, 0, 0.2)',
backgroundColor : 'rgba(255, 255, 255, 1)' backgroundColor : 'rgba(255, 255, 255, 1)'
}, },

View File

@ -10,12 +10,8 @@ const styles = (theme) =>
({ ({
root : root :
{ {
padding : theme.spacing(1),
width : '100%',
overflow : 'hidden',
cursor : 'auto',
display : 'flex', display : 'flex',
listStyleType : 'none', padding : theme.spacing(1),
boxShadow : '0 2px 5px 2px rgba(0, 0, 0, 0.2)', boxShadow : '0 2px 5px 2px rgba(0, 0, 0, 0.2)',
backgroundColor : 'rgba(255, 255, 255, 1)' backgroundColor : 'rgba(255, 255, 255, 1)'
}, },

View File

@ -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 :
{ {

View File

@ -10,11 +10,8 @@ const styles = (theme) =>
({ ({
root : root :
{ {
padding : theme.spacing(1), padding : theme.spacing(1),
width : '100%', display : 'flex'
overflow : 'hidden',
cursor : 'auto',
display : 'flex'
}, },
divider : divider :
{ {

View File

@ -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',