mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
Prettier dead modal
This commit is contained in:
parent
b974d98f36
commit
7df7f13939
3 changed files with 7 additions and 4 deletions
BIN
public/img/BrowserQuest/habitrpg_mods/dead.png
Normal file
BIN
public/img/BrowserQuest/habitrpg_mods/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2 KiB |
|
|
@ -134,3 +134,7 @@ footer.footer
|
|||
|
||||
.item .task-text img
|
||||
max-height: 16px
|
||||
|
||||
#dead-modal img
|
||||
float:left
|
||||
padding-right:10px
|
||||
|
|
@ -50,14 +50,13 @@
|
|||
<Body:>
|
||||
<br/>
|
||||
|
||||
<!-- Revive Modal -->
|
||||
<div style="{#unless equal(_user.stats.lvl,0)}display:none;{/}">
|
||||
<div data-action="backdrop" class="modal-backdrop"></div>
|
||||
<div class="modal" id="dead-modal">
|
||||
<div class="modal-header">
|
||||
<h3>Game Over</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>You're Dead.</p>
|
||||
<img src="/img/BrowserQuest/habitrpg_mods/dead.png" />
|
||||
<h3>You're Dead</h3>
|
||||
<p><a x-bind=click:revive class="btn btn-danger">Revive</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue