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>
|
</Link>
|
||||||
<a href="/me">
|
<a href="/me">
|
||||||
<Avatar
|
<Avatar
|
||||||
display={data.id ? "" : "none"}
|
display={data.id ? "block" : "none"}
|
||||||
height="32px"
|
height="32px"
|
||||||
src={getAvatarUrl(data)}
|
src={getAvatarUrl(data)}
|
||||||
width="32px"
|
width="32px"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user