mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Merge branch 'feature/party-sheet' of https://github.com/Foundryborne/daggerheart into feature/party-sheet
This commit is contained in:
commit
a442cb904b
4 changed files with 6 additions and 5 deletions
|
|
@ -92,6 +92,7 @@
|
|||
|
||||
&.actor-img {
|
||||
border-radius: 50%;
|
||||
object-position: top center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ body.game:is(.performance-low, .noblur) {
|
|||
.actor-img {
|
||||
height: 150px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
mask-image: linear-gradient(180deg, black 88%, transparent 100%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue