mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-08 08:02:36 +00:00
proper sizing on npc buttons. Better spacing on damage resistances and vulnerabilities
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1753,34 +1753,34 @@ textarea {
|
||||
|
||||
.sheet-damage-vulnerabilities & {
|
||||
.sheet-section-core & {
|
||||
text-indent: 145px;
|
||||
text-indent: 12.3em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 134px;
|
||||
text-indent: 12.2em;
|
||||
}
|
||||
}
|
||||
.sheet-damage-resistances & {
|
||||
.sheet-section-core & {
|
||||
text-indent: 136px;
|
||||
text-indent: 11.5em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 125px;
|
||||
text-indent: 11em;
|
||||
}
|
||||
}
|
||||
.sheet-damage-immunities & {
|
||||
.sheet-section-core & {
|
||||
text-indent: 127px;
|
||||
text-indent: 10.8em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 116px;
|
||||
text-indent: 10.7em;
|
||||
}
|
||||
}
|
||||
.sheet-condition-immunities & {
|
||||
.sheet-section-core & {
|
||||
text-indent: 133px;
|
||||
text-indent: 11.2em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 122px;
|
||||
text-indent: 11.6em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1959,7 +1959,7 @@ textarea {
|
||||
|
||||
.btn {
|
||||
&[type=roll] {
|
||||
font-size: 12px !important;
|
||||
font-size: 13px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user