Add the combined sheet to make sure that it works in practice and make the changes to make it work
This commit is contained in:
parent
5b903f7e74
commit
7271323a75
6 changed files with 90 additions and 2 deletions
9
templates/Apps/CombinedHeroSheet/style.css
Normal file
9
templates/Apps/CombinedHeroSheet/style.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.ripcrypt.ripcrypt--CombinedHeroSheet {
|
||||
> .window-content {
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.HeroSkillsCardV1 {
|
||||
--col-gap: 2px;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
@import url("./AllItemSheetV1/style.css");
|
||||
@import url("./CombinedHeroSheet/style.css");
|
||||
@import url("./HeroSummaryCardV1/style.css");
|
||||
@import url("./HeroSkillsCardV1/style.css");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue