PF Community v1.785

- Adjusted roll template header font-size and line-height.
- Fixed inline rolls within spell descriptions and weapon notes to appear as rolls and not plain text.
This commit is contained in:
Vince
2021-02-10 01:01:31 -08:00
parent a5476aae41
commit ca20be0ffd
2 changed files with 12 additions and 7 deletions
@@ -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;
File diff suppressed because one or more lines are too long