[UI] Minor updates to tag team initialization visuals (#1882)

* Visual updates to tag team initialization

* Center players and handlet he case where is 5 or 6 players
This commit is contained in:
Carlos Fernandez 2026-05-15 03:32:00 -04:00 committed by GitHub
parent dd2aa10871
commit 88e64531b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 84 additions and 20 deletions

View file

@ -38,6 +38,9 @@ export default class TagTeamDialog extends HandlebarsApplicationMixin(Applicatio
tag: 'form',
classes: ['daggerheart', 'views', 'dh-style', 'dialog', 'tag-team-dialog'],
position: { width: 550, height: 'auto' },
window: {
icon: 'fa-solid fa-user-group'
},
actions: {
toggleSelectMember: TagTeamDialog.#toggleSelectMember,
startTagTeamRoll: TagTeamDialog.#startTagTeamRoll,