mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 06:32:31 +00:00
better default line-height for sheet-col and adjust ability-names as a result.
This commit is contained in:
@@ -326,6 +326,8 @@ div.sheet-overall-wrapper [class *= "sheet-npc-version"] {
|
||||
font-size: 80%;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.sheet-ability-score-wrapper .sheet-ability-modifier {
|
||||
font-weight: bold;
|
||||
@@ -1710,10 +1712,12 @@ input[class^="sheet-classactionshowoptions"]:checked ~ div.sheet-classaction-out
|
||||
|
||||
/* General sheet/rolltemplate wide Styles */
|
||||
button, input, select, textarea,
|
||||
.sheet-row [class *= "sheet-col"],
|
||||
[class *= "sheet-col"] {
|
||||
[class*="sheet-col"] {
|
||||
font-size: 12px;
|
||||
}
|
||||
[class*="sheet-col"] {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.sheet-spell-row-number,
|
||||
.sheet-inventory-row-number,
|
||||
|
||||
Reference in New Issue
Block a user