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
|
@ -94,7 +94,7 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
|
|||
padding-left: .25em;
|
||||
padding-right: .25em;
|
||||
border-right: 1px solid var(--padding-color);
|
||||
min-width: 10em;
|
||||
min-width: 13em;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
|
@ -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