mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Merge branch 'hotfix' of https://github.com/Foundryborne/daggerheart into hotfix
This commit is contained in:
commit
e64a046000
5 changed files with 9 additions and 5 deletions
|
|
@ -28,9 +28,10 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 235px;
|
height: 275px;
|
||||||
width: 275px;
|
width: 275px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
object-position: top center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.death-roll-btn {
|
.death-roll-btn {
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,10 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 235px;
|
height: 275px;
|
||||||
width: 275px;
|
width: 275px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
object-position: top center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.death-roll-btn {
|
.death-roll-btn {
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,9 @@
|
||||||
|
|
||||||
.profile {
|
.profile {
|
||||||
height: 235px;
|
height: 235px;
|
||||||
width: 100%;
|
width: 235px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
object-position: top center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.profile {
|
.profile {
|
||||||
width: 100%;
|
width: 235px;
|
||||||
height: 235px;
|
height: 235px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
object-position: top center;
|
||||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
{{#if roll.isCritical}}
|
{{#if roll.isCritical}}
|
||||||
<span>{{localize "DAGGERHEART.GENERAL.criticalShort"}}</span>
|
<span>{{localize "DAGGERHEART.GENERAL.criticalShort"}}</span>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if roll.result}}
|
{{#if (and roll.result (not roll.type "reaction"))}}
|
||||||
<span>{{localize "DAGGERHEART.GENERAL.withThing" thing=roll.result.label}}</span>
|
<span>{{localize "DAGGERHEART.GENERAL.withThing" thing=roll.result.label}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue