Added userid to profilebox
This commit is contained in:
parent
dc087692b8
commit
f495029856
@ -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 {
|
||||
|
||||
@ -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"><{{ user.player.id|add:"1"}}></span>
|
||||
</div>
|
||||
|
||||
<div id="profile-plays">
|
||||
<object data="{% static 'bloonsa_game/img/levelinfo/plays.svg' %}"
|
||||
class="level-plays-img filter-grey"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user