From 1bf7df1b68deb4300ec5a78204f1e63390e17d7c Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Tue, 5 May 2026 01:16:40 +0900 Subject: [PATCH] Fix mobile logo spacing (#3842) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves #https://discord.com/channels/1359946986937258015/1381347989464809664/1500830892405424168 ## Description: Fixes a mobile layout issue where a large gap appeared below the OpenFront logo, causing fewer menu options to be visible without scrolling. before スクリーンショット 2026-05-04 21 32 32 after OpenFront (ALPHA) ## 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: aotumuri Co-authored-by: Ryan <7389646+ryanbarlow97@users.noreply.github.com> --- src/client/components/MobileNavBar.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/client/components/MobileNavBar.ts b/src/client/components/MobileNavBar.ts index aeaeb6722..deb0a034f 100644 --- a/src/client/components/MobileNavBar.ts +++ b/src/client/components/MobileNavBar.ts @@ -69,17 +69,17 @@ export class MobileNavBar extends LitElement { >
-
+
OpenFront