[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:
WBHarry 2025-11-11 18:03:55 +01:00 committed by GitHub
parent 074a9486ae
commit 84ef1063d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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%);
}