From f59162bad596ac953d0eeba91529b3952f4eb2a8 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:13:25 +0200 Subject: [PATCH] fix: width of icon and channel lists --- layouts/client.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/client.vue b/layouts/client.vue index a28d6bc..966e60a 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -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; }