mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Fix sheet portrait image css
This commit is contained in:
parent
2ef36401d5
commit
a4a608e320
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue