mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fix sheet img (#966)
* Temp ActionField attack type missing * Move missing attack type to getModel * Fix sheet portrait image css
This commit is contained in:
parent
841819ee89
commit
ba42892eed
6 changed files with 10 additions and 12 deletions
8
styles/less/sheets/actors/actor-sheet-shared.less
Normal file
8
styles/less/sheets/actors/actor-sheet-shared.less
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
.application.sheet.daggerheart.actor.dh-style {
|
||||
.portrait img, .profile {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
}
|
||||
}
|
||||
|
|
@ -53,9 +53,6 @@
|
|||
|
||||
img {
|
||||
height: 275px;
|
||||
width: 275px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
}
|
||||
|
||||
.death-roll-btn {
|
||||
|
|
|
|||
|
|
@ -56,9 +56,6 @@
|
|||
|
||||
img {
|
||||
height: 275px;
|
||||
width: 275px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
}
|
||||
|
||||
.death-roll-btn {
|
||||
|
|
|
|||
|
|
@ -10,9 +10,6 @@
|
|||
|
||||
.profile {
|
||||
height: 235px;
|
||||
width: 235px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
cursor: pointer;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,10 +9,7 @@
|
|||
text-align: center;
|
||||
|
||||
.profile {
|
||||
width: 235px;
|
||||
height: 235px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
@import './actors/actor-sheet-shared.less';
|
||||
|
||||
@import './actors/adversary/actions.less';
|
||||
@import './actors/adversary/header.less';
|
||||
@import './actors/adversary/sheet.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue