Skip to content

Commit

Permalink
Merge pull request #13693 from clgarret/master
Browse files Browse the repository at this point in the history
Imperium Maledictum - New Feature/Bugfix - add weapon specialisation section that auto updates weapon section
  • Loading branch information
NBrooks-Roll20 authored Jan 21, 2025
2 parents a6e3dba + 0984dd5 commit d0aec8c
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 487 deletions.
4 changes: 2 additions & 2 deletions ImperiumMaledictum/sheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ body .charsheet div .flex > input {
}
.col8-weapons,
.repeating_weapons ~ .repcontainer .repitem {
grid-template-columns: 6fr 3fr 1fr 2fr 3fr 2fr 1fr 10fr;
grid-template-columns: 6fr 3fr 1fr 2fr 3fr 2fr 1fr 8fr;
}
.col5-armour,
.repeating_armour ~ .repcontainer .repitem {
Expand Down Expand Up @@ -521,7 +521,7 @@ body .charsheet .page2:after,
body .charsheet .patron:after,
body .charsheet .npc:after,
body .charsheet .settings:after {
content: 'Imperium Maledictum Excultus Character Sheet Ver.0.23 | https://app.roll20.net/users/561389/craig-g | https://app.roll20.net/users/2699740/robert-b';
content: 'Imperium Maledictum Excultus Character Sheet Ver.0.24 | https://app.roll20.net/users/561389/craig-g | https://app.roll20.net/users/2699740/robert-b';
text-align: right;
font-size: 8px;
}
Expand Down
Loading

0 comments on commit d0aec8c

Please sign in to comment.