feat: increase tooltip width

This commit is contained in:
molilo 2025-12-19 18:51:34 -03:00
parent 727f6ccade
commit 6a0dd9dc8d

View file

@ -8,7 +8,7 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
border-radius: 10px;
height: max-content;
max-height: 650px;
width: 260px;
width: 18rem;
background-image: url('../assets/parchments/dh-parchment-dark.png');
position: relative;