Fix display
This commit is contained in:
@@ -79,7 +79,7 @@ const Root = styled('div')((
|
|||||||
|
|
||||||
[`& .${classes.appBar}`]: {
|
[`& .${classes.appBar}`]: {
|
||||||
borderTop: '2px solid #303030',
|
borderTop: '2px solid #303030',
|
||||||
marginTop: '3.10rem',
|
marginTop: '3rem',
|
||||||
[theme.breakpoints.up('sm')]: {
|
[theme.breakpoints.up('sm')]: {
|
||||||
width: `calc(100% - ${drawerWidth}px)`,
|
width: `calc(100% - ${drawerWidth}px)`,
|
||||||
marginLeft: drawerWidth
|
marginLeft: drawerWidth
|
||||||
@@ -97,7 +97,7 @@ const Root = styled('div')((
|
|||||||
|
|
||||||
[`& .${classes.drawerPaper}`]: {
|
[`& .${classes.drawerPaper}`]: {
|
||||||
borderTop: '2px solid #303030',
|
borderTop: '2px solid #303030',
|
||||||
marginTop: '3.10rem',
|
marginTop: '3rem',
|
||||||
width: drawerWidth
|
width: drawerWidth
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -149,11 +149,11 @@ const Root = styled('div')((
|
|||||||
|
|
||||||
[`& .${classes.pataje}`]: {
|
[`& .${classes.pataje}`]: {
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
top: '61px',
|
top: '59px',
|
||||||
left: '110px',
|
left: '110px',
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
[theme.breakpoints.up('sm')]: {
|
[theme.breakpoints.up('sm')]: {
|
||||||
top: '88px',
|
top: '62px',
|
||||||
left: '340px'
|
left: '340px'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user