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