restored old widths
This commit is contained in:
parent
dad451c6af
commit
a84c09a5c8
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||
paddingBottom: 0,
|
||||
},
|
||||
[theme.breakpoints.up("md")]: {
|
||||
paddingLeft: theme.spacing(8)
|
||||
paddingLeft: theme.spacing(9)
|
||||
},
|
||||
},
|
||||
container: {
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ import CNHiIcon from "products/CommonIcons/cnhiIcon";
|
|||
import LibraCartIcon from "products/CommonIcons/libracartIcon";
|
||||
|
||||
const drawerWidth = 230;
|
||||
const closedDrawerWidth = 8;
|
||||
const closedDrawerWidth = 9.25;
|
||||
|
||||
const useStyles = makeStyles((theme: Theme) => ({
|
||||
sideMenu: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue