Fix obnoxiously large avatar in mobile nav drawer
This commit is contained in:
parent
ba077e1c05
commit
c2c6924c8f
@ -214,7 +214,7 @@ export default function (props: {
|
||||
<a href="/me">
|
||||
<Avatar
|
||||
display={data.id ? "" : "none"}
|
||||
height="64px"
|
||||
height="32px"
|
||||
src={getAvatarUrl(data)}
|
||||
width="32px"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user