mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 16:49:24 -05:00
Fix Spacing
This commit is contained in:
parent
5880e373e6
commit
e9d344b830
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ export default definePlugin({
|
||||||
src={user.getAvatarURL(void 0, 80, true)}
|
src={user.getAvatarURL(void 0, 80, true)}
|
||||||
alt={user.username}
|
alt={user.username}
|
||||||
title={user.username}
|
title={user.username}
|
||||||
|
style={{ marginLeft: 8 }}
|
||||||
/>
|
/>
|
||||||
</Clickable>
|
</Clickable>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue