mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
fix 697 remove level from top of herobox
This commit is contained in:
parent
b038b74534
commit
0f49ec3ebc
2 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ future re: pets and whatnot, this is just temporary.
|
|||
|
||||
// the hero's info frame
|
||||
.herobox:after
|
||||
content: attr(data-name) " – " "lvl " attr(data-level) // " " attr(data-class)
|
||||
content: attr(data-name) //" – " "lvl " attr(data-level) // " " attr(data-class)
|
||||
position: absolute
|
||||
top: 0
|
||||
display: block
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
<div class='progress progress-warning' style='height:5px;'>
|
||||
<div class='bar' style='height: 5px; width: {percent(@profile.stats.exp, tnl(@profile.stats.lvl))}%;'></div>
|
||||
</div>
|
||||
<div>Level: {@profile.stats.lvl}</div>
|
||||
<div>GP: {{floor(@profile.stats.gp)}}</div>
|
||||
</div>
|
||||
">
|
||||
|
|
|
|||
Loading…
Reference in a new issue