mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix] Party NonCombat Type (#1260)
* Set Party actor as a non-combat type * Improved initial potrait view on limited sheets
This commit is contained in:
parent
074a9486ae
commit
84ef1063d8
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
|||
.profile {
|
||||
width: 100%;
|
||||
max-height: 275px;
|
||||
max-width: fit-content;
|
||||
max-width: 360px;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue