mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 14:12:28 +00:00
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:
@@ -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
Reference in New Issue
Block a user