mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Make AppBar back to original height
This commit is contained in:
parent
48e0d2c99e
commit
b38be69b14
@ -18,9 +18,6 @@ import AccountCircle from '@material-ui/icons/AccountCircle'
|
||||
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
user: {},
|
||||
userButton: {
|
||||
textTransform: 'none',
|
||||
},
|
||||
avatar: {
|
||||
width: theme.spacing(4),
|
||||
height: theme.spacing(4),
|
||||
@ -59,6 +56,7 @@ const UserMenu = (props) => {
|
||||
aria-haspopup={true}
|
||||
color="inherit"
|
||||
onClick={handleMenu}
|
||||
size={'small'}
|
||||
>
|
||||
{loaded && identity.avatar ? (
|
||||
<Avatar
|
||||
|
Loading…
x
Reference in New Issue
Block a user