Unhuge avatar on mobile view
This commit is contained in:
@ -194,7 +194,9 @@ export default function (props: {
|
|||||||
<a href="/me">
|
<a href="/me">
|
||||||
<Avatar
|
<Avatar
|
||||||
display={data.id ? "" : "none"}
|
display={data.id ? "" : "none"}
|
||||||
|
height={64}
|
||||||
src={getAvatarUrl(data)}
|
src={getAvatarUrl(data)}
|
||||||
|
width={64}
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<Text align="center" style={{ overflowWrap: "anywhere" }}>
|
<Text align="center" style={{ overflowWrap: "anywhere" }}>
|
||||||
|
Reference in New Issue
Block a user