Added userid to profilebox
This commit is contained in:
parent
dc087692b8
commit
f495029856
@ -27,10 +27,18 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-username {
|
#profile-player {
|
||||||
font-size: 16px;
|
|
||||||
white-space: nowrap;
|
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 {
|
#profile-plays, #profile-clears {
|
||||||
|
|||||||
@ -9,7 +9,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="profile-user">
|
<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">
|
<div id="profile-plays">
|
||||||
<object data="{% static 'bloonsa_game/img/levelinfo/plays.svg' %}"
|
<object data="{% static 'bloonsa_game/img/levelinfo/plays.svg' %}"
|
||||||
class="level-plays-img filter-grey"
|
class="level-plays-img filter-grey"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user