fix: width of icon and channel lists
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-10 20:13:25 +02:00
parent 2790772cb7
commit f59162bad5
No known key found for this signature in database

View file

@ -102,6 +102,7 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
padding-right: .25em;
border-right: 1px solid var(--padding-color);
min-width: 13em;
max-width: 13em;
overflow-y: scroll;
overflow-x: hidden;
}
@ -109,7 +110,6 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
.sidebar-icon {
width: 3rem;
height: 3rem;
min-width: 10em;
overflow-y: scroll;
overflow-x: hidden;
}