clean up unused js css

This commit is contained in:
c9s 2021-01-30 01:12:13 +08:00
parent 59ce0b8012
commit 364776ea41

View File

@ -25,16 +25,6 @@ const useStyles = makeStyles((theme) => ({
height: '100vh',
overflow: 'auto',
},
toolbar: {
paddingRight: 24, // keep right padding when drawer closed
},
toolbarIcon: {
display: 'flex',
alignItems: 'center',
justifyContent: 'flex-end',
padding: '0 8px',
...theme.mixins.toolbar,
},
title: {
flexGrow: 1,
},