bugfix: prevent style conflicts between tooltips

This commit is contained in:
molilo 2025-12-18 02:17:33 -03:00
parent 1f5d330e06
commit a486345d47
10 changed files with 16 additions and 15 deletions

View file

@ -1,4 +1,4 @@
<div class="daggerheart dh-style tooltip">
<div class="daggerheart dh-style tooltip card-style">
<h2 class="tooltip-title">{{attack.name}}</h2>
<img class="tooltip-image" src="{{attack.img}}" />
<div class="tooltip-description">{{{description}}}</div>