Clean up CSS, make room for buttons, fixes #283
parent
f4986cc9d7
commit
b7aad16f65
|
|
@ -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)'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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)'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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 :
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue