[UI/UX] Reduce width of adversary sidebar (#2055)

* Reduce width of adversary sidebar

* Fix pips
This commit is contained in:
Carlos Fernandez 2026-07-01 18:46:29 -04:00 committed by GitHub
parent c25c4d63f7
commit 489f62a379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 136 additions and 138 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,