Compare commits
No commits in common. "3a65cfd10a989dd2e4bebe58e7e8582085ee33be" and "49e8c3425490fd72ca5430ee8a23759b8a970e64" have entirely different histories.
3a65cfd10a
...
49e8c34254
2 changed files with 5 additions and 14 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue