style: adjust column widths in leaderboard tables for improved layout consistency

This commit is contained in:
FloPinguin
2026-02-22 23:50:48 +01:00
parent 535b78d0ee
commit 46eba78376
2 changed files with 2 additions and 2 deletions
@@ -203,7 +203,7 @@ export class LeaderboardClanTable extends LitElement {
<table class="w-full text-sm border-collapse table-fixed">
<colgroup>
<col style="width: 4rem" />
<col />
<col style="width: 5rem" />
<col style="width: 8rem" />
<col style="width: 6rem" />
<col style="width: 6rem" />
@@ -378,7 +378,7 @@ export class LeaderboardPlayerList extends LitElement {
<table class="w-full text-sm border-collapse table-fixed">
<colgroup>
<col style="width: 4rem" />
<col />
<col style="width: 12rem" />
<col style="width: 6rem" />
<col style="width: 6rem" />
<col style="width: 6rem" />