Fix obnoxiously large avatar in mobile nav drawer

This commit is contained in:
Regalijan 2025-06-16 01:17:56 -04:00
parent c2c6924c8f
commit 6d8238f394
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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"