Clean up CSS, make room for buttons, fixes #283

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-04 13:54:13 +02:00
parent f4986cc9d7
commit b7aad16f65
3 changed files with 4 additions and 15 deletions

View File

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

View File

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

View File

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