From b1c4c9723c6cc6452ef549ea227e531c63722c8f Mon Sep 17 00:00:00 2001
From: FloPinguin <25036848+FloPinguin@users.noreply.github.com>
Date: Mon, 23 Feb 2026 04:52:50 +0100
Subject: [PATCH] Followup leaderboard fix... (for mobile) (#3281)
## Description:
Column widths were off for some reason, I thought they were fixed...
So here is a followup PR
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/components/leaderboard/LeaderboardClanTable.ts | 2 +-
src/client/components/leaderboard/LeaderboardPlayerList.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/client/components/leaderboard/LeaderboardClanTable.ts b/src/client/components/leaderboard/LeaderboardClanTable.ts
index da2664c89..296af792d 100644
--- a/src/client/components/leaderboard/LeaderboardClanTable.ts
+++ b/src/client/components/leaderboard/LeaderboardClanTable.ts
@@ -203,7 +203,7 @@ export class LeaderboardClanTable extends LitElement {