Skip to content

Commit

Permalink
feat: clean up a few more styles
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhickson committed Sep 2, 2024
1 parent 20894c9 commit cb51641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Torchbearer 2E/src/scss/anatomy/abilities_and_skills.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
min-width: 85px;
display: flex;
position: relative;
flex: 1;
flex: 0.8;

input {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion Torchbearer 2E/src/scss/anatomy/who_you_are.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.sheet-section-column {
min-width: 160px;
min-width: 150px;
}

.sheet-field {
Expand Down
4 changes: 2 additions & 2 deletions Torchbearer 2E/torchbearer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,7 @@
min-width: 85px;
display: flex;
position: relative;
flex: 1;
flex: 0.8;
}
.ui-dialog .tab-content .charsheet .sheet-abilities .sheet-skill-name input,
.ui-dialog .tab-content .charsheet .sheet-skills .sheet-skill-name input {
Expand Down Expand Up @@ -5978,7 +5978,7 @@
gap: 4px;
}
.ui-dialog .tab-content .charsheet .sheet-who-you-are .sheet-section-column {
min-width: 160px;
min-width: 150px;
}
.ui-dialog .tab-content .charsheet .sheet-who-you-are .sheet-field {
flex: 1;
Expand Down

0 comments on commit cb51641

Please sign in to comment.