From f7067fb96856f27fe421bade0511f06462a9e404 Mon Sep 17 00:00:00 2001 From: Mystler <161936+Mystler@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:24:27 +0100 Subject: [PATCH] fix(mobile): Space mobile launcher container evenly --- apps/client/src/stylesheets/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 4171a46c16..5a462b9804 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1612,11 +1612,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { } body.mobile #launcher-container { - justify-content: center; - } - - body.mobile #launcher-container button { - margin: 0 16px; + justify-content: space-evenly; } body.mobile .modal.show {