CSS Fix for combat tracker : #combat-round -> .combat-tracker-header
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Changelog
|
||||
Date format : day/month/year
|
||||
|
||||
## 1.9.3 - 29/09/2022 - Combat Tracker
|
||||
- Fix for L5R combat tracker bar who have disappeared.
|
||||
|
||||
## 1.9.2 - 09/09/2022 - Advancements Again
|
||||
- Fix for advancements ownership (items in items).
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -602,8 +602,9 @@ button {
|
||||
}
|
||||
|
||||
// Combat
|
||||
#combat {
|
||||
#combat-round {
|
||||
#combat,
|
||||
#combat-popout {
|
||||
.combat-tracker-header {
|
||||
.encounters {
|
||||
h3 {
|
||||
font-size: 0.85rem;
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
|
||||
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
|
||||
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
||||
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.9.2/raw/l5r5e.zip?job=build",
|
||||
"version": "1.9.2",
|
||||
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.9.3/raw/l5r5e.zip?job=build",
|
||||
"version": "1.9.3",
|
||||
"compatibility": {
|
||||
"minimum": 10,
|
||||
"verified": "10.284"
|
||||
"verified": "10.286"
|
||||
},
|
||||
"manifestPlusVersion": "1.2.0",
|
||||
"socket": true,
|
||||
|
||||
Reference in New Issue
Block a user