mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
tavern: show zzz's if they're checked in
This commit is contained in:
parent
73e029d63e
commit
be3b71be39
2 changed files with 7 additions and 0 deletions
|
|
@ -28,3 +28,9 @@
|
|||
#market-tab
|
||||
position relative
|
||||
height 500px
|
||||
|
||||
.zzz
|
||||
background: url('/img/sprites/shop_sprites.png') no-repeat
|
||||
background-position: -1200px 0px
|
||||
width: 40px
|
||||
height: 40px
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
">
|
||||
<div class='character-sprites'>
|
||||
{#with @profile.preferences as :p}
|
||||
<span class='{#if @profile.flags.rest}zzz{/}'></span>
|
||||
<span class='{:p.gender}_skin_{:p.skin}'></span>
|
||||
<span class='{:p.gender}_hair_{:p.hair}'></span>
|
||||
<span class="{equipped('armor', @profile.items.armor, @profile.preferences, @profile.backer.tier)}"></span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue