diff --git a/css/bol.css b/css/bol.css index a69be92..b44b0e5 100644 --- a/css/bol.css +++ b/css/bol.css @@ -1044,9 +1044,18 @@ body.system-bol img#logo { justify-content: flex-start; flex-direction: column; position: absolute; - top: 2.75rem; + /*transform: translate(0, -30%);*/ + top: -4rem; + max-width: 250px; left: 4rem; } +.tokenhudext.right2 { + justify-content: flex-start; + flex-direction: column; + position: absolute; + top: -4rem; + left: 12rem; +} .control-icon.tokenhudicon { width: fit-content; height: fit-content; @@ -1063,7 +1072,7 @@ body.system-bol img#logo { z-index: 2; } .bol-hud-menu label { - font-size: 0.75rem; + font-size: 0.6rem; } .bol-margin-tb-2 { margin-top: 2px; diff --git a/system.json b/system.json index e2978c7..e13e63e 100644 --- a/system.json +++ b/system.json @@ -14,7 +14,7 @@ ], "url": "https://www.uberwald.me/gitea/public/bol", "license": "LICENSE.txt", - "version": "11.0.6", + "version": "11.0.7", "compatibility": { "minimum": "10", "maximum": "11", @@ -203,7 +203,7 @@ ], "socket": true, "manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json", - "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v11.0.6.zip", + "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v11.0.7.zip", "background": "systems/bol/ui/page_accueil.webp", "gridDistance": 1.5, "gridUnits": "m", diff --git a/templates/token/hud-actor-actions.hbs b/templates/token/hud-actor-actions.hbs index b529c9c..6cd9f79 100644 --- a/templates/token/hud-actor-actions.hbs +++ b/templates/token/hud-actor-actions.hbs @@ -2,9 +2,20 @@
{{#each actionsList as |action key|}} + {{#if (eq system.subtype "weapon")}}
+ {{/if}} {{/each}}
- +
+ {{#each actionsList as |action key|}} + {{#if (eq system.subtype "fightoption")}} +
+ +
+ {{/if}} + {{/each}} +
+ \ No newline at end of file