daggerheart/styles/less/sheets/actors/actor-sheet-shared.less
Dapoulp ba42892eed
Fix sheet img (#966)
* Temp ActionField attack type missing

* Move missing attack type to getModel

* Fix sheet portrait image css
2025-08-15 21:29:24 +02:00

8 lines
No EOL
171 B
Text

.application.sheet.daggerheart.actor.dh-style {
.portrait img, .profile {
width: 100%;
object-fit: cover;
object-position: top center;
}
}