Actually fix avatar image size
This commit is contained in:
parent
caabf965b4
commit
63233e7f68
@ -195,9 +195,9 @@ export default function (props: {
|
||||
<a href="/me">
|
||||
<Avatar
|
||||
display={data.id ? "" : "none"}
|
||||
height={64}
|
||||
height="64px"
|
||||
src={getAvatarUrl(data)}
|
||||
width={64}
|
||||
width="32px"
|
||||
/>
|
||||
</a>
|
||||
<Text align="center" style={{ overflowWrap: "anywhere" }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user