Use CSS based solution for shifting the countdowns

This commit is contained in:
Carlos Fernandez 2025-11-26 04:18:18 -05:00
parent f0d140544e
commit b69f8940f5
3 changed files with 2 additions and 13 deletions

View file

@ -81,7 +81,7 @@ export default class DhEffectsDisplay extends HandlebarsApplicationMixin(Applica
Hooks.callAll(CONFIG.DH.HOOKS.effectDisplayToggle, this.element.hidden, token);
if (effects.length > 0) this.render();
this.render();
}
async removeEffect(event) {