Fix obnoxiously large avatar in mobile nav drawer

This commit is contained in:
2025-06-15 13:43:11 -04:00
parent ba077e1c05
commit c2c6924c8f

View File

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