diff --git a/layouts/client.vue b/layouts/client.vue
index 57b2ee2..4a6ac73 100644
--- a/layouts/client.vue
+++ b/layouts/client.vue
@@ -5,8 +5,8 @@
main bar
-
-
+
+
@@ -16,6 +16,9 @@
+
@@ -110,6 +113,11 @@ const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
padding-bottom: 1dvh;
}
+#settings-menu {
+ position: absolute;
+ bottom: .25dvh
+}
+
#servers-list {
display: flex;
flex-direction: column;