Add view party button to character sheet (#1508)

This commit is contained in:
Carlos Fernandez 2026-01-09 11:41:35 -05:00 committed by GitHub
parent 4e18ed8270
commit e6973fabd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 68 additions and 5 deletions

View file

@ -145,6 +145,11 @@
button {
flex: 1;
padding: 0 0.375rem;
}
button[data-action=viewParty] {
margin-right: 6px;
}
}