Compare commits

..

No commits in common. "3a65cfd10a989dd2e4bebe58e7e8582085ee33be" and "49e8c3425490fd72ca5430ee8a23759b8a970e64" have entirely different histories.

2 changed files with 5 additions and 14 deletions

View file

@ -34,15 +34,7 @@ const props = defineProps<{
}
.user-avatar {
min-width: 2.3em;
max-width: 2.3em;
min-width: 2.3em;
max-height: 2.3em;
}
.user-display-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 2.3em;
height: 2.3em;
}
</style>

View file

@ -134,10 +134,9 @@ function handleMemberClick(member: GuildMemberResponse) {
}
.member-avatar {
min-width: 2.3em;
max-width: 2.3em;
min-width: 2.3em;
max-height: 2.3em;
height: 2.3em;
width: 2.3em;
border-radius: 50%;
}
.member-display-name {