Reduce width of adversary sidebar

This commit is contained in:
Carlos Fernandez 2026-07-01 18:29:14 -04:00
parent c25c4d63f7
commit 88022a03c8
5 changed files with 136 additions and 137 deletions

View file

@ -7,7 +7,7 @@ export default class AdversarySheet extends DHBaseActorSheet {
/** @inheritDoc */
static DEFAULT_OPTIONS = {
classes: ['adversary'],
position: { width: 660, height: 766 },
position: { width: 645, height: 760 },
window: { resizable: true },
actions: {
toggleHitPoints: AdversarySheet.#toggleHitPoints,