mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
user lvl is badge
This commit is contained in:
parent
57476d1e3f
commit
3946e2b68c
2 changed files with 5 additions and 2 deletions
|
|
@ -83,8 +83,11 @@ li:hover .task-meta .edit-link
|
|||
img
|
||||
width: 60px
|
||||
|
||||
td
|
||||
td#avatar
|
||||
vertical-align: top
|
||||
text-align: center
|
||||
td#bars
|
||||
padding: 10px 0 0 10px
|
||||
|
||||
#bars
|
||||
width: 400px
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<tr>
|
||||
<td id="avatar">
|
||||
<img src="/img/avatar/{_user.lvl}.png" /><br/>
|
||||
<b><div id="lvl">Lvl: {_user.lvl}</div></b>
|
||||
<div id="lvl"><span class="badge badge-info">Lvl: {_user.lvl}</span></div>
|
||||
</td>
|
||||
<td id="bars">
|
||||
<div class="progress progress-danger">
|
||||
|
|
|
|||
Loading…
Reference in a new issue