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

@ -214,7 +214,7 @@ export default function (props: {
<a href="/me"> <a href="/me">
<Avatar <Avatar
display={data.id ? "" : "none"} display={data.id ? "" : "none"}
height="64px" height="32px"
src={getAvatarUrl(data)} src={getAvatarUrl(data)}
width="32px" width="32px"
/> />