enhance death roll dialog style

This commit is contained in:
moliloo 2025-07-27 23:23:07 -03:00
parent 6d7401c874
commit dc1a46eb9f
11 changed files with 120 additions and 19 deletions

View file

@ -0,0 +1,7 @@
<div class="daggerheart dh-style tooltip">
<div class="tooltip-title-container">
<img class="tooltip-image" src="{{move.img}}" />
<h2 class="tooltip-title">{{localize move.name}}</h2>
</div>
<div class="tooltip-description">{{{localize move.description}}}</div>
</div>