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}`]: {
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'
}
}