mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-07 03:26:42 +08:00
Use mui mini variant example correctly (spacing(8))
This commit is contained in:
parent
9161274127
commit
613e7ec69b
@ -29,7 +29,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
flexDirection: 'column',
|
||||
},
|
||||
desktopDrawer: {
|
||||
width: (props) => (props.miniVariant ? `calc(${theme.spacing(7)} + 1px)` : theme.dimensions.drawerWidthDesktop),
|
||||
width: (props) => (props.miniVariant ? `calc(${theme.spacing(8)} + 1px)` : theme.dimensions.drawerWidthDesktop),
|
||||
transition: theme.transitions.create('width', {
|
||||
easing: theme.transitions.easing.sharp,
|
||||
duration: theme.transitions.duration.enteringScreen,
|
||||
|
Loading…
Reference in New Issue
Block a user