Fix display

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-22 15:47:13 +04:00
parent d303ec14af
commit 84cf5bee65
+4 -4
View File
@@ -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'
} }
} }