Skip to content

Commit

Permalink
*: bug fix / temp disable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lynklody committed Oct 1, 2020
1 parent 9b8f7dd commit ad7fec1
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/Components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,18 @@ const useStyles = makeStyles((theme) => ({
},
menuButton: {
marginRight: theme.spacing(2),
[theme.breakpoints.up('lg')]: {
display: 'none',
},
// [theme.breakpoints.up('lg')]: {
// display: 'none',
// },
},
// necessary for content to be below app bar
placeholder: {
[theme.breakpoints.down('md')]: {
minHeight: 64,
},
minHeight: 48 + 64,
alignItems: 'flex-start',
},
drawerPaper: {
width: drawerWidth,
},
// placeholder: {
// [theme.breakpoints.down('md')]: {
// minHeight: 64,
// },
// minHeight: 48 + 64,
// alignItems: 'flex-start',
// },
content: {
flexGrow: 1,
padding: theme.spacing(3),
Expand Down

0 comments on commit ad7fec1

Please sign in to comment.