feat: increase width of channels and members lists
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-07-10 11:46:25 +02:00
parent a6572c20f9
commit a1cd9c482c
No known key found for this signature in database
GPG key ID: 6AD2337BB02E657B
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ function handleMemberClick(member: GuildMemberResponse) {
}
#members-container {
width: 12rem;
width: 15rem;
border-left: 1px solid var(--padding-color);
}