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