Skip to content

Commit

Permalink
Merge pull request #12223 from MadCoder253/gurps-2.9.17
Browse files Browse the repository at this point in the history
[GURPS 4E] 2.9.17
  • Loading branch information
NorWhal committed Oct 9, 2023
2 parents 6ab2455 + f66423b commit 698f77d
Show file tree
Hide file tree
Showing 3 changed files with 661 additions and 57 deletions.
13 changes: 12 additions & 1 deletion GURPS/gurps.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@ input[name="attr_announcements_hide"][value="1"] ~ .sheet-update-alert {
height: 24px;
}

.sheet-table-generic-notes .sheet-cell.sheet-full-width {
width: 100%;
}

input.sheet-hidden-generic-notes-toggle ~ div.sheet-wrapper-generic-textarea-notes {
display: none !important;
}
Expand All @@ -534,8 +538,15 @@ input.sheet-hidden-generic-notes-toggle[value="1"] ~ div.sheet-wrapper-generic-t
padding-bottom: 3px;
}

.sheet-wrapper-generic-textarea-notes.sheet-tall-row {
height: 163px;
}

.sheet-wrapper-generic-textarea-notes.sheet-medium-row {
height: 80px;
}

.sheet-wrapper-generic-textarea-notes textarea.sheet-generic-textrea-notes {
height: 185px !important;
width: 98%;
}

Expand Down
Loading

0 comments on commit 698f77d

Please sign in to comment.