mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 06:32:31 +00:00
Some fix
This commit is contained in:
@@ -570,7 +570,7 @@ h3 {
|
||||
h4 {
|
||||
font-family: var(--standard-font) !important;
|
||||
font-size: 10px !important;
|
||||
line-height: 18px;
|
||||
line-height: 12px;
|
||||
font-weight: normal;
|
||||
color: var(--h4color);
|
||||
}
|
||||
@@ -763,6 +763,10 @@ input.sheet-with-arrows::-webkit-outer-spin-button {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.charsheet .sheet-spells-display textarea {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* -------------------------- CHECKBOX + SPAN STATES (UI-DIALOG) -------------------------- */
|
||||
|
||||
.ui-dialog .charsheet input[type="checkbox"]:checked + span {
|
||||
@@ -2254,7 +2258,12 @@ input.sheet-inputchar2 {
|
||||
}
|
||||
|
||||
.sheet-attacksandspells {
|
||||
grid-template-columns: 20px 1fr 1fr 0.5fr 35px 50px 75px 10px;
|
||||
grid-template-columns: 20px 1fr 20px 66px 35px 35px 66px 75px 10px;
|
||||
gap: 5px !important;
|
||||
}
|
||||
|
||||
.sheet-attacksandspells4 {
|
||||
grid-template-columns: 20px 1fr 1fr 0.5fr 35px 66px 75px 10px;
|
||||
gap: 5px !important;
|
||||
}
|
||||
|
||||
@@ -2645,8 +2654,8 @@ button.repcontrol_add {
|
||||
grid-area: proficiencybonus;
|
||||
}
|
||||
|
||||
.sheet-main-initiative .sheet-oneline {
|
||||
grid-template-columns: 1fr 25px 5px 50px 5px 25px;
|
||||
.sheet-main-initiative2 {
|
||||
grid-template-columns: 1fr 5px 50px 5px 35px 5px 35px;
|
||||
gap: 5px !important;
|
||||
}
|
||||
|
||||
@@ -3309,9 +3318,9 @@ button:hover ~ input.sheet-vanilla.sheet-inputchar {
|
||||
}
|
||||
|
||||
.sheet-inventaire {
|
||||
grid-template-columns: 1fr repeat(2, 25px);
|
||||
justify-content: space-between;
|
||||
align-items: flex-start !important;
|
||||
grid-template-columns: 15px 1fr repeat(2, 25px) 15px;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.sheet-inventaire-display {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"nbsp-label": " ",
|
||||
"stat-label": "Stat.",
|
||||
"resistances-label" : "Resistances & Immunities",
|
||||
|
||||
"dash-option": "-",
|
||||
"0-placeholder": "0",
|
||||
"2-label": "2",
|
||||
"3-label": "3",
|
||||
"5-label": "5",
|
||||
|
||||
Reference in New Issue
Block a user