diff --git a/src/module/actor/character-sheet.js b/src/module/actor/character-sheet.js index de05bab..002606a 100644 --- a/src/module/actor/character-sheet.js +++ b/src/module/actor/character-sheet.js @@ -20,7 +20,7 @@ export class OseActorSheetCharacter extends OseActorSheet { classes: ["ose", "sheet", "actor", "character"], template: "systems/ose/templates/actors/character-sheet.html", width: 450, - height: 560, + height: 530, resizable: true, tabs: [ { diff --git a/src/scss/actor-base.scss b/src/scss/actor-base.scss index ef45fc7..600bef9 100644 --- a/src/scss/actor-base.scss +++ b/src/scss/actor-base.scss @@ -77,28 +77,29 @@ position: absolute; transform: rotate(90deg); top: 365px; - right: -166px; + right: -169px; width: 320px; z-index: -1; .item { - padding: 0 10px; + padding: 2px 10px 0; margin-left: -5px; text-indent: 4px; background: url('/ui/parchment.jpg'); border-top-right-radius: 4px; - border-top-left-radius: 15px; + border-top-left-radius: 80px; box-shadow: 0 0 6px 1px $colorDark; - font-size: 13px; + font-size: 12px; &.active { z-index: 1; font-weight: bold; text-shadow: none; + margin-bottom: -1px; } } } .sheet-body { padding: 5px 0; - height: calc(100% - 175px); + height: calc(100% - 140px); .attributes { margin: 0; padding: 0; diff --git a/src/scss/character.scss b/src/scss/character.scss index 56f7748..bba8afe 100644 --- a/src/scss/character.scss +++ b/src/scss/character.scss @@ -5,7 +5,7 @@ /* ----------------------------------------- */ .ose.sheet.actor.character { min-width: 450px; - min-height: 590px; + min-height: 550px; /* ----------------------------------------- */ /* Sheet Header */ diff --git a/src/templates/actors/partials/monster-attributes-tab.html b/src/templates/actors/partials/monster-attributes-tab.html index de5c26c..f06fef5 100644 --- a/src/templates/actors/partials/monster-attributes-tab.html +++ b/src/templates/actors/partials/monster-attributes-tab.html @@ -2,7 +2,7 @@