From 7c6c2b1fd8394d2835184950bc72126346b1f4f4 Mon Sep 17 00:00:00 2001 From: FloPinguin <25036848+FloPinguin@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:35:05 +0100 Subject: [PATCH] =?UTF-8?q?Adjust=20bottom=20margin=20for=20lobby=20card?= =?UTF-8?q?=20layout=20on=20homepage=20=E2=9C=A8=20(#3268)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: Before: image After: image ## Please complete the following: - [X] I have added screenshots for all UI updates - [X] I process any text displayed to the user through translateText() and I've added it to the en.json file - [X] I have added relevant tests to the test directory - [X] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: FloPinguin Co-authored-by: Ryan <7389646+ryanbarlow97@users.noreply.github.com> --- src/client/GameModeSelector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/GameModeSelector.ts b/src/client/GameModeSelector.ts index 5698df9ce..682db741a 100644 --- a/src/client/GameModeSelector.ts +++ b/src/client/GameModeSelector.ts @@ -86,7 +86,7 @@ export class GameModeSelector extends LitElement { return html`
${ffa ? this.renderLobbyCard(ffa, this.getLobbyTitle(ffa)) : nothing} ${teams