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)
|
marginRight: theme.spacing(2)
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
display: "grid",
|
|
||||||
gridTemplateAreas: `"headerAnchor headerToolbar"`,
|
|
||||||
[theme.breakpoints.down("sm")]: {
|
[theme.breakpoints.down("sm")]: {
|
||||||
height: 88,
|
height: 88,
|
||||||
marginBottom: 0
|
marginBottom: 0
|
||||||
},
|
},
|
||||||
marginBottom: theme.spacing(3)
|
|
||||||
},
|
|
||||||
headerAnchor: {
|
|
||||||
gridArea: "headerAnchor"
|
|
||||||
},
|
|
||||||
headerToolbar: {
|
|
||||||
display: "flex",
|
display: "flex",
|
||||||
gridArea: "headerToolbar",
|
|
||||||
height: 40,
|
height: 40,
|
||||||
[theme.breakpoints.down("sm")]: {
|
marginBottom: theme.spacing(3)
|
||||||
height: "auto"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
isMenuSmall: {
|
isMenuSmall: {
|
||||||
"& path": {
|
"& path": {
|
||||||
|
|
Loading…
Reference in a new issue