Compare commits

...

1 Commits

Author SHA1 Message Date
Vlyan
5b573a5ed0 CSS Fix for combat tracker : #combat-round -> .combat-tracker-header 2022-09-29 18:14:47 +02:00
5 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
# Changelog # Changelog
Date format : day/month/year 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 ## 1.9.2 - 09/09/2022 - Advancements Again
- Fix for advancements ownership (items in items). - Fix for advancements ownership (items in items).

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -602,8 +602,9 @@ button {
} }
// Combat // Combat
#combat { #combat,
#combat-round { #combat-popout {
.combat-tracker-header {
.encounters { .encounters {
h3 { h3 {
font-size: 0.85rem; font-size: 0.85rem;

View File

@@ -7,11 +7,11 @@
"changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md", "changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md",
"license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md", "license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md",
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json", "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", "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.9.3/raw/l5r5e.zip?job=build",
"version": "1.9.2", "version": "1.9.3",
"compatibility": { "compatibility": {
"minimum": 10, "minimum": 10,
"verified": "10.284" "verified": "10.286"
}, },
"manifestPlusVersion": "1.2.0", "manifestPlusVersion": "1.2.0",
"socket": true, "socket": true,