Make AppBar back to original height
This commit is contained in:
@@ -18,9 +18,6 @@ import AccountCircle from '@material-ui/icons/AccountCircle'
|
|||||||
|
|
||||||
const useStyles = makeStyles((theme) => ({
|
const useStyles = makeStyles((theme) => ({
|
||||||
user: {},
|
user: {},
|
||||||
userButton: {
|
|
||||||
textTransform: 'none',
|
|
||||||
},
|
|
||||||
avatar: {
|
avatar: {
|
||||||
width: theme.spacing(4),
|
width: theme.spacing(4),
|
||||||
height: theme.spacing(4),
|
height: theme.spacing(4),
|
||||||
@@ -59,6 +56,7 @@ const UserMenu = (props) => {
|
|||||||
aria-haspopup={true}
|
aria-haspopup={true}
|
||||||
color="inherit"
|
color="inherit"
|
||||||
onClick={handleMenu}
|
onClick={handleMenu}
|
||||||
|
size={'small'}
|
||||||
>
|
>
|
||||||
{loaded && identity.avatar ? (
|
{loaded && identity.avatar ? (
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|||||||
Reference in New Issue
Block a user