Styles change in chat

This commit is contained in:
canove
2020-07-20 17:00:52 -03:00
parent 940285f63e
commit 2a73d7e89d
9 changed files with 113 additions and 156 deletions

View File

@@ -39,7 +39,7 @@ const useStyles = makeStyles(theme => ({
alignItems: "center",
justifyContent: "flex-end",
padding: "0 8px",
...theme.mixins.toolbar,
minHeight: "48px",
},
appBar: {
zIndex: theme.zIndex.drawer + 1,
@@ -85,10 +85,11 @@ const useStyles = makeStyles(theme => ({
width: theme.spacing(9),
},
},
appBarSpacer: theme.mixins.toolbar,
appBarSpacer: {
minHeight: "48px",
},
content: {
flex: 1,
// height: "100%",
overflow: "auto",
},
container: {
@@ -158,7 +159,7 @@ const MainDrawer = ({ appTitle, children }) => {
position="absolute"
className={clsx(classes.appBar, open && classes.appBarShift)}
>
<Toolbar className={classes.toolbar}>
<Toolbar variant="dense" className={classes.toolbar}>
<IconButton
edge="start"
color="inherit"