mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
Move exp progress button to right of numbers, css rollover was
covering it before
This commit is contained in:
parent
cc0206e54e
commit
4f948d401b
1 changed files with 4 additions and 3 deletions
|
|
@ -15,10 +15,11 @@
|
|||
<div class="meter experience" title="Experience">
|
||||
<div class="bar" style="width: {percent(_user.stats.exp,tnl(_user.stats.lvl))}%;"></div>
|
||||
<span class="meter-text">
|
||||
{#if _user.history.exp}
|
||||
<a x-bind=click:toggleChart data-id="exp" rel=tooltip title="Progress"><i class=icon-signal></i></a>
|
||||
{/}
|
||||
<i class=icon-star></i> {floor(_user.stats.exp)} / {tnl(_user.stats.lvl)}
|
||||
<!-- FIXME doesn't look great here, but the "Experience" CSS title rollover covers it where it was before -->
|
||||
{{#if _user.history.exp}}
|
||||
<a x-bind=click:toggleChart data-id="exp" rel=tooltip title="Progress"><i class=icon-signal></i></a>
|
||||
{{/}}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue