aboutsummaryrefslogtreecommitdiff
path: root/modern/src/MainPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/MainPage.js')
-rw-r--r--modern/src/MainPage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js
index 0d3ad54..374f132 100644
--- a/modern/src/MainPage.js
+++ b/modern/src/MainPage.js
@@ -36,7 +36,7 @@ const useStyles = makeStyles((theme) => ({
left: 0,
top: 0,
margin: theme.spacing(1.5),
- width: theme.dimensions.drawerWidthDesktop,
+ width: '450px',
bottom: 56,
zIndex: 1301,
transition: 'transform .5s ease',
@@ -47,7 +47,7 @@ const useStyles = makeStyles((theme) => ({
},
},
sidebarCollapsed: {
- transform: `translateX(-${theme.dimensions.drawerWidthDesktop})`,
+ transform: `translateX(-450px)`,
marginLeft: 0,
[theme.breakpoints.down('sm')]: {
transform: 'translateX(-100vw)',