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

@ -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;
}