From bdb44f4b0a2c288182cd7d57c6db9dd2a11415fd Mon Sep 17 00:00:00 2001 From: Demonessica <37988730+Demonessica@users.noreply.github.com> Date: Fri, 30 May 2025 09:03:04 -0700 Subject: [PATCH] Fix invalid username popup being behind public game button (#951) ## Description: one hour of fucking around with git later: fixes the invalid username popup being behind the public game button and accepts the close label fix from #949  ## 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 - [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: demonessica --- src/client/UsernameInput.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/UsernameInput.ts b/src/client/UsernameInput.ts index 1f699da06..c0cd900c9 100644 --- a/src/client/UsernameInput.ts +++ b/src/client/UsernameInput.ts @@ -47,7 +47,7 @@ export class UsernameInput extends LitElement { /> ${this.validationError ? html`