Minor UI tweaks.
This commit is contained in:
parent
97fbeba1cf
commit
80f1dd6f34
|
@ -23,7 +23,7 @@
|
|||
{% for rank in leaderboard %}
|
||||
<div class="rank">
|
||||
<img src="https://ddnet.tw/countryflags/UNK.png" class="country-image">
|
||||
<p class="rank-rank">{{ rank.rank }}</p>
|
||||
<p class="rank-position">{{ rank.rank }}.</p>
|
||||
<p class="rank-player">{{ rank.player }}</p>
|
||||
<p class="rank-points">{{ rank.points }} pts</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user