From 7ffe543f44acc165c68f6b8b587fe7a0c1c9a173 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Thu, 10 Jul 2025 16:24:10 +0200 Subject: [PATCH] fix: invalid css --- layouts/client.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/client.vue b/layouts/client.vue index b7b099f..bd3921a 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -166,8 +166,7 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds"); #settings-menu { position: absolute; - bottom: .25em - bottom: .25em + bottom: .25em; } \ No newline at end of file