CSS Fix for combat tracker : #combat-round -> .combat-tracker-header

This commit is contained in:
Vlyan
2022-09-29 18:14:47 +02:00
parent 1dce3a5444
commit 5b573a5ed0
5 changed files with 11 additions and 7 deletions

View File

@@ -175,7 +175,7 @@ export default class HooksL5r5e {
if (elmt.length > 0) {
elmt.replaceWith(tpl);
} else {
html.find("#combat-round").append(tpl);
html.find(".combat-tracker-header").append(tpl);
}
// Buttons Listeners