From 931cc8ff974f2347daa8f4ba7339caeffa20dcaa Mon Sep 17 00:00:00 2001 From: agaringer Date: Sat, 18 Dec 2021 17:21:44 -0500 Subject: [PATCH] v1.14.15 release --- CHANGELOG.txt | 2 ++ lang/en.json | 3 ++- styles/sav.css | 17 ++++++++++++++++- system.json | 4 ++-- templates/parts/coins.html | 2 +- templates/ship-sheet.html | 2 +- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7dd33c8..f176271 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -167,3 +167,5 @@ v1.9.4 Fix Trauma tooltip z-indexing 1.14.13 Fix first update to new ship actor 1.14.14 Minor layout tweaks + +1.14.15 Further layout tweaks diff --git a/lang/en.json b/lang/en.json index 713d176..1c2115d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -31,7 +31,8 @@ "BITD.Stress": "Stress", "BITD.Alias": "Alias", "BITD.Designation": "Designation", - "BITD.Look": "Colors/Look", + "BITD.Look": "Look", + "BITD.Colors": "Colors/Look", "BITD.System": "System", "BITD.Systems": "Systems", "BITD.Planet": "Planet", diff --git a/styles/sav.css b/styles/sav.css index 2902d66..04ef2a6 100644 --- a/styles/sav.css +++ b/styles/sav.css @@ -1170,9 +1170,16 @@ margin-bottom: 10px; } * #name, -* #lair, +* #look, * #alias { margin-bottom: 10px; + display: flex; +} +* #name label, +* #look label, +* #alias label { + padding-right: 4px; + padding-top: 3px; } * .character-healing-clock, * .coins { @@ -1263,6 +1270,14 @@ * #loadout-max .coins label { margin-left: 15px; } +* #loadout-max div > span { + margin-left: 25px; +} +* #coins div.stripe, +* #loadout-max div.stripe { + padding-bottom: 4px; + padding-top: 5px; +} * .coins input ~ label { margin-right: 3px; margin-bottom: 3px; diff --git a/system.json b/system.json index 2db8fe5..9a7e71e 100644 --- a/system.json +++ b/system.json @@ -5,14 +5,14 @@ "authors": ["megastruktur", "Andrew Garinger [agaringer#6498]"], "url": "https://github.com/drewg13/foundryvtt-scum-and-villainy/", "flags": {}, - "version": "1.14.14", + "version": "1.14.15", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "9.236", "system": [], "dependencies": [], "socket": false, "manifest": "https://raw.githubusercontent.com/drewg13/foundryvtt-scum-and-villainy/master/system.json", - "download": "https://github.com/drewg13/foundryvtt-scum-and-villainy/archive/v1.14.14.zip", + "download": "https://github.com/drewg13/foundryvtt-scum-and-villainy/archive/v1.14.15.zip", "protected": false, "scripts": [], "esmodules": [ diff --git a/templates/parts/coins.html b/templates/parts/coins.html index c159097..fb4b2b2 100644 --- a/templates/parts/coins.html +++ b/templates/parts/coins.html @@ -39,6 +39,7 @@ + {{localize "BITD.CurrLoad"}}: {{localize data.loadout.load_level}}
{{#multiboxes data.loadout.planned}} @@ -54,5 +55,4 @@ {{data.loadout.heavy}} {{localize "BITD.Heavy"}} {{/multiboxes}}
-
{{localize "BITD.CurrLoad"}}: {{localize data.loadout.load_level}}
diff --git a/templates/ship-sheet.html b/templates/ship-sheet.html index ab7e14d..bb3a63a 100644 --- a/templates/ship-sheet.html +++ b/templates/ship-sheet.html @@ -76,7 +76,7 @@
- +