mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* Fixed so that the dropdown for activeEffectAutocomplete never ends up behind dialog * Downtime can now display both ShortRest and LongRest options depending on character rules * Initial downtime layout rework * Fixed styling for downtime tooltip * Added icon to homebrew menu for DowntimeActions * Fixed columns if both types of moves are not available * Changed the lightmode to darkmode * Added downtime buttons * . * Moved extra rest options from rules to bonuses * Improved dialog width
7 lines
No EOL
278 B
Handlebars
7 lines
No EOL
278 B
Handlebars
<div class="daggerheart dh-style tooltip">
|
|
<div class="tooltip-title-container">
|
|
<img class="tooltip-image" src="{{move.img}}" />
|
|
<h2 class="tooltip-title">{{move.name}}</h2>
|
|
</div>
|
|
<div class="tooltip-description">{{{move.description}}}</div>
|
|
</div> |