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