Revert "Fix return to previous page on screen size change (#710)"
This reverts commit 45d33c3920
.
This commit is contained in:
parent
cf91edaaf9
commit
80c57ae0c0
1 changed files with 1 additions and 12 deletions
|
@ -90,24 +90,13 @@ const useStyles = makeStyles(
|
|||
marginRight: theme.spacing(2)
|
||||
},
|
||||
header: {
|
||||
display: "grid",
|
||||
gridTemplateAreas: `"headerAnchor headerToolbar"`,
|
||||
[theme.breakpoints.down("sm")]: {
|
||||
height: 88,
|
||||
marginBottom: 0
|
||||
},
|
||||
marginBottom: theme.spacing(3)
|
||||
},
|
||||
headerAnchor: {
|
||||
gridArea: "headerAnchor"
|
||||
},
|
||||
headerToolbar: {
|
||||
display: "flex",
|
||||
gridArea: "headerToolbar",
|
||||
height: 40,
|
||||
[theme.breakpoints.down("sm")]: {
|
||||
height: "auto"
|
||||
}
|
||||
marginBottom: theme.spacing(3)
|
||||
},
|
||||
isMenuSmall: {
|
||||
"& path": {
|
||||
|
|
Loading…
Reference in a new issue