This commit is contained in:
Dapoolp 2025-08-12 03:58:40 +02:00
commit e64a046000
5 changed files with 9 additions and 5 deletions

View file

@ -28,9 +28,10 @@
cursor: pointer;
img {
height: 235px;
height: 275px;
width: 275px;
object-fit: cover;
object-position: top center;
}
.death-roll-btn {

View file

@ -30,9 +30,10 @@
cursor: pointer;
img {
height: 235px;
height: 275px;
width: 275px;
object-fit: cover;
object-position: top center;
}
.death-roll-btn {

View file

@ -10,8 +10,9 @@
.profile {
height: 235px;
width: 100%;
width: 235px;
object-fit: cover;
object-position: top center;
cursor: pointer;
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
}

View file

@ -9,9 +9,10 @@
text-align: center;
.profile {
width: 100%;
width: 235px;
height: 235px;
object-fit: cover;
object-position: top center;
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
cursor: pointer;
}

View file

@ -6,7 +6,7 @@
{{#if roll.isCritical}}
<span>{{localize "DAGGERHEART.GENERAL.criticalShort"}}</span>
{{else}}
{{#if roll.result}}
{{#if (and roll.result (not roll.type "reaction"))}}
<span>{{localize "DAGGERHEART.GENERAL.withThing" thing=roll.result.label}}</span>
{{/if}}
{{/if}}