Merge branch 'main' into release

This commit is contained in:
WBHarry 2025-11-11 18:04:23 +01:00
commit 3a7bcd1b0a
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ export default class DHTokenHUD extends foundry.applications.hud.TokenHUD {
}
};
static #nonCombatTypes = ['environment', 'companion'];
static #nonCombatTypes = ['environment', 'companion', 'party'];
async _prepareContext(options) {
const context = await super._prepareContext(options);

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