actually fix avatar sizing
This commit is contained in:
parent
c7ef63d2bd
commit
a2714cfae7
2 changed files with 4 additions and 11 deletions
|
@ -32,9 +32,9 @@ const hidePopup = () => {
|
|||
}
|
||||
|
||||
.member-avatar {
|
||||
min-height: 2em;
|
||||
max-height: 2em;
|
||||
min-width: 2em;
|
||||
max-width: 2em;
|
||||
min-height: 2.3em;
|
||||
max-height: 2.3em;
|
||||
min-width: 2.3em;
|
||||
max-width: 2.3em;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -133,13 +133,6 @@ function handleMemberClick(member: GuildMemberResponse) {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.member-avatar {
|
||||
min-width: 2.3em;
|
||||
max-width: 2.3em;
|
||||
min-width: 2.3em;
|
||||
max-height: 2.3em;
|
||||
}
|
||||
|
||||
.member-display-name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue