From 01eaf00bd6ea9b7feb41a7a6d36e74ba6b48ad54 Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Thu, 22 May 2025 00:11:14 +0200 Subject: [PATCH] Fix misaligned public lobbies text (#819) ## Description: Fix misaligned public lobbies text. The texts are not in a straight line. Before:     After:   ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: tryout33 --- src/client/PublicLobby.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index f38410357..1a59f77ea 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -134,7 +134,7 @@ export class PublicLobby extends LitElement {