Added userid to profilebox

This commit is contained in:
Walter 2025-02-24 10:30:50 +01:00
parent dc087692b8
commit f495029856
2 changed files with 17 additions and 4 deletions

View File

@ -27,10 +27,18 @@
flex-direction: column;
}
#profile-username {
font-size: 16px;
#profile-player {
white-space: nowrap;
text-align: center;
text-align: left;
font-size: 16px;
}
#profile-username {
margin-left: 22px;
}
#profile-id {
color: #d6b82f;
}
#profile-plays, #profile-clears {

View File

@ -9,7 +9,12 @@
</div>
<div id="profile-user">
<div id="profile-username">{{ user }}</div>
<div id="profile-player">
<span id="profile-username">{{ user }}</span>
<span> </span>
<span id="profile-id">&lt{{ user.player.id|add:"1"}}&gt</span>
</div>
<div id="profile-plays">
<object data="{% static 'bloonsa_game/img/levelinfo/plays.svg' %}"
class="level-plays-img filter-grey"