Skip to content

Commit

Permalink
.repitem adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-roll20 committed Oct 29, 2023
1 parent 9f6a55b commit f2c861b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Qin Warring States/Qin.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
.charsheet .field-auto {
width: 100%;
max-width: -webkit-fill-available;
max-width: -moz-available;
}

.charsheet input[type="checkbox"] {
Expand Down Expand Up @@ -187,6 +188,7 @@
padding: 4px 0 0 0;
position: absolute;
text-align: center;
white-space: nowrap;
width: 120px;
}

Expand Down Expand Up @@ -345,6 +347,13 @@
align-items: flex-start;
}

.charsheet .tab2 .grid-skills .repcontrol,
.charsheet .tab3 .repcontrol,
.charsheet .tab4 .repcontrol,
.charsheet .tab5 .repcontrol {
margin-top: 14px;
}

.charsheet .grid-skills div .repcontainer .repitem {
height: 2.25em;
}
Expand Down

0 comments on commit f2c861b

Please sign in to comment.