From 48b6ab8e1803866a7a3f3ed5468df1211091c34f Mon Sep 17 00:00:00 2001 From: supervj <64861570+supervj@users.noreply.github.com> Date: Fri, 13 Aug 2021 10:21:36 -0400 Subject: [PATCH] Move cogs closer to Armor and Movement headers The cogs still show up at the same time on both sheets, but this is certainly better, at least they are clickable now. --- .../actors/newActor/character-sheet.html | 19 ++++++-------- templates/actors/newActor/npc-sheet.html | 25 +++++++++---------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/templates/actors/newActor/character-sheet.html b/templates/actors/newActor/character-sheet.html index 92def5da..4e0c7338 100644 --- a/templates/actors/newActor/character-sheet.html +++ b/templates/actors/newActor/character-sheet.html @@ -37,16 +37,13 @@
{{!-- ARMOR CLASS --}}
- -
  • -

    - {{ localize "SW5E.ArmorClass" }} - -

    -
    - {{data.attributes.ac.value}} -
    -
  • +

    + {{ localize "SW5E.ArmorClass" }} + +

    +
    + {{data.attributes.ac.value}} +
    {{!-- HIT POINTS --}} @@ -99,7 +96,7 @@ {{!-- SPEED / MOVEMENT TYPES --}}
    -

    +

    {{ localize "SW5E.Movement" }}

    diff --git a/templates/actors/newActor/npc-sheet.html b/templates/actors/newActor/npc-sheet.html index 64782ccb..9d50d67f 100644 --- a/templates/actors/newActor/npc-sheet.html +++ b/templates/actors/newActor/npc-sheet.html @@ -37,18 +37,16 @@
    {{!-- ARMOR CLASS --}}
    -
  • -

    - {{ localize "SW5E.ArmorClass" }} - -

    -
    - {{data.attributes.ac.value}} -
    -
    - {{labels.armorType}} -
    -
  • +

    + {{ localize "SW5E.ArmorClass" }} + +

    +
    + {{data.attributes.ac.value}} +
    +
    + {{labels.armorType}} +
    {{!-- HIT POINTS --}} @@ -67,7 +65,8 @@
    -

    {{ localize "SW5E.Movement" }} +

    + {{ localize "SW5E.Movement" }}