diff --git a/Pathfinder Community/pathfinder_community.css b/Pathfinder Community/pathfinder_community.css index fd4a2e3de4..93c3ceb4ae 100644 --- a/Pathfinder Community/pathfinder_community.css +++ b/Pathfinder Community/pathfinder_community.css @@ -3842,7 +3842,8 @@ input[type="text"].sheet-skill-conds { display: table; caption-side: top; width: 100%; - font-size: 1.6rem; + font-size: 1.3rem; + line-height: 1.75rem; overflow: hidden; vertical-align: bottom; font-weight: bold; @@ -4153,10 +4154,11 @@ input[type="text"].sheet-skill-conds { .sheet-rolltemplate-pf_spell .sheet-roll-accessible .sheet-roll-header, .sheet-rolltemplate-pf_block .sheet-roll-accessible .sheet-roll-header { margin: 0.2rem 0 0.1rem 0; - font-size: 1.2em; + font-size: 1.3rem; + line-height: 1.75rem; display: block; border: none; - padding: 0 0 0 0.2rem; + padding: 0 0 0.2rem 0.2rem; } .sheet-rolltemplate-pf_generic .sheet-roll-accessible .sheet-subtitle, @@ -4797,8 +4799,9 @@ input[type="text"].sheet-skill-conds { } /*remove the inlineroll style of spell check modifiers and dual-wield attack mods*/ +.sheet-rolltemplate-pf_spell :not(.sheet-roll-description)>.sheet-roll-cell:first-child .inlinerollresult, +.sheet-rolltemplate-pf_attack :not(.sheet-roll-row)>.sheet-roll-cell:first-child .inlinerollresult, .sheet-rolltemplate-pf_attack .sheet-roll-cell.sheet-atk:first-child .inlinerollresult, -.sheet-rolltemplate-pf_spell .sheet-roll-cell:first-child .inlinerollresult, .sheet-rolltemplate-pf_attack label.sheet-atk span.sheet-atk:first-child>.inlinerollresult, .sheet-rolltemplate-pf_spell label strong+strong+.inlinerollresult { color: black; diff --git a/Pathfinder Community/pathfinder_community.html b/Pathfinder Community/pathfinder_community.html index 4255c426d4..e49cf22afc 100644 --- a/Pathfinder Community/pathfinder_community.html +++ b/Pathfinder Community/pathfinder_community.html @@ -31,7 +31,9 @@ New Features and Updates
    -
  1. Small layout adjustments to the spell class sections.(thanks Tranquwil)
  2. +
  3. Adjusted roll template header font-size and line-height.
  4. +
  5. Fixed inline rolls within spell descriptions and weapon notes to appear as rolls and not plain text.
  6. +
  7. Small layout adjustments to the spell class and weapon sections.(thanks Tranquwil)
  8. Slightly reduced header and field label font-size.
  9. In compact/readonly mode the header and field label font-size have been reduced to help with the layout.
  10. Fixed no hover text on attack rolls.
  11. @@ -14194,7 +14196,7 @@ \ No newline at end of file + \ No newline at end of file