mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Use CSS based solution for shifting the countdowns
This commit is contained in:
parent
f0d140544e
commit
b69f8940f5
3 changed files with 2 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue