resizable-sidebars #49

Merged
sauceyred merged 17 commits from resizable-sidebars into main 2025-07-19 06:46:26 +00:00
2 changed files with 8 additions and 5 deletions
Showing only changes of commit 3a65cfd10a - Show all commits

View file

@ -34,8 +34,10 @@ const props = defineProps<{
} }
.user-avatar { .user-avatar {
width: 2.3em; min-width: 2.3em;
height: 2.3em; max-width: 2.3em;
min-width: 2.3em;
max-height: 2.3em;
} }
.user-display-name { .user-display-name {

View file

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