feat: increase width of channels and members lists
This commit is contained in:
parent
a6572c20f9
commit
a1cd9c482c
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ function handleMemberClick(member: GuildMemberResponse) {
|
|||
}
|
||||
|
||||
#members-container {
|
||||
width: 12rem;
|
||||
width: 15rem;
|
||||
border-left: 1px solid var(--padding-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue