From 596bc90134280d906e3ad4527aee836b9a21d2f1 Mon Sep 17 00:00:00 2001
From: FloPinguin <25036848+FloPinguin@users.noreply.github.com>
Date: Wed, 4 Feb 2026 00:16:17 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20the=20new=20mobile=20styles=20a=20bit=20?=
=?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20(#3106)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Description:
### 1. PlayerInfoOverlay had less margin top than the leaderboard and
the game controls. Fixed.
### 2. PlayerInfoOverlay did overlap with HeadsUpMessage. Fixed.
Previous:
Now:
### 3. Fixed border radius of the lower panels
Previous:
Now:
### 4. Give PlayerInfoOverlay the same gap between gold icon and gold
text as in ControlPanel
Previous:
Now:
## 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
---
src/client/graphics/layers/ControlPanel.ts | 2 +-
src/client/graphics/layers/EventsDisplay.ts | 6 ++++--
src/client/graphics/layers/HeadsUpMessage.ts | 2 +-
src/client/graphics/layers/PlayerInfoOverlay.ts | 4 ++--
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/client/graphics/layers/ControlPanel.ts b/src/client/graphics/layers/ControlPanel.ts
index c6f000405..c45a31b00 100644
--- a/src/client/graphics/layers/ControlPanel.ts
+++ b/src/client/graphics/layers/ControlPanel.ts
@@ -261,7 +261,7 @@ export class ControlPanel extends LitElement implements Layer {
return html`