diff --git a/style/party-overview.css b/style/party-overview.css index d4a583b..22ce2bb 100644 --- a/style/party-overview.css +++ b/style/party-overview.css @@ -173,6 +173,7 @@ div.party-overview-window .table-row .num.party-overview-ellipsis { border-right: 1px solid black; } +.party-overview-ellipsis-no-border, .party-overview-ellipsis:last-child { border-right: none; } diff --git a/templates/parts/DND5E-Proficiencies.html b/templates/parts/DND5E-Proficiencies.html index 45d9577..5cd5791 100644 --- a/templates/parts/DND5E-Proficiencies.html +++ b/templates/parts/DND5E-Proficiencies.html @@ -5,7 +5,7 @@
{{localize "party-overview.NAME"}}
{{#each actors as | actor | }} {{> "modules/party-overview/templates/parts/ToggleVisibilityButton.html" actor=actor}} -
+
{{ actor.shortestName }}
{{/each}} diff --git a/templates/parts/PF2e-Proficiencies.html b/templates/parts/PF2e-Proficiencies.html index 7630b21..e02cc10 100644 --- a/templates/parts/PF2e-Proficiencies.html +++ b/templates/parts/PF2e-Proficiencies.html @@ -5,7 +5,7 @@
{{localize "party-overview.NAME"}}
{{#each actors as | actor | }} {{> "modules/party-overview/templates/parts/ToggleVisibilityButton.html" actor=actor}} -
+
{{ actor.shortestName }}
{{/each}}