From 078ad2584a169c104d510289df90ec4f9f6d8efe Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Tue, 25 May 2021 14:41:21 -0400 Subject: [PATCH] Combat Enhancements fix By Jacob --- sw5e-global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sw5e-global.css b/sw5e-global.css index 35501ad2..e2402c6c 100644 --- a/sw5e-global.css +++ b/sw5e-global.css @@ -493,6 +493,10 @@ input[type="reset"]:disabled { #combat #combat-tracker li.combatant .token-name { text-shadow: none; } +#combat #combat-tracker li.combatant .ce-image-wrapper .token-image { + width: auto; + height: auto; +} #combat #combat-tracker li.combatant h4 { color: #1C1C1C; }