[Improvement] Change body color & set max width for drawer
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #eeeeee;
|
background-color: #fafafa;
|
||||||
height: 100%
|
height: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ const styles = (theme: any) => ({
|
|||||||
},
|
},
|
||||||
drawerHeader: theme.mixins.toolbar,
|
drawerHeader: theme.mixins.toolbar,
|
||||||
drawerPaper: {
|
drawerPaper: {
|
||||||
|
maxWidth: drawerWidth,
|
||||||
width: drawerWidth,
|
width: drawerWidth,
|
||||||
[theme.breakpoints.up('md')]: {
|
[theme.breakpoints.up('md')]: {
|
||||||
width: drawerWidth,
|
width: drawerWidth,
|
||||||
@@ -96,7 +97,6 @@ const styles = (theme: any) => ({
|
|||||||
},
|
},
|
||||||
menu: {
|
menu: {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
backgroundColor: '#EEEEEE'
|
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
|
|||||||
Reference in New Issue
Block a user