From 4af022d16fef2cc8d9d9cabcc46cb0df20a930fe Mon Sep 17 00:00:00 2001 From: mclemente Date: Mon, 17 Jan 2022 14:52:25 -0300 Subject: [PATCH] Removing border from names --- style/party-overview.css | 1 + templates/parts/DND5E-Proficiencies.html | 2 +- templates/parts/PF2e-Proficiencies.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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}}