actually fix avatar sizing

This commit is contained in:
Twig 2025-07-19 23:51:28 +02:00
parent c7ef63d2bd
commit a2714cfae7
No known key found for this signature in database
2 changed files with 4 additions and 11 deletions

View file

@ -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>

View file

@ -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;