Begin making the BookGeistSheet have the final design

This commit is contained in:
Eldritch-Oliver 2025-10-12 21:29:59 -06:00
parent 798e7441b4
commit 28345bdef0
8 changed files with 360 additions and 64 deletions

17
templates/Apps/common.css Normal file
View file

@ -0,0 +1,17 @@
.ripcrypt {
.window-content {
flex: initial;
padding: 0;
margin: 0;
}
.StatsCardV1,
.SkillsCardV1,
.CraftCardV1 {
padding: 8px;
/* height: 270px; */
width: 680px;
--col-gap: 2px;
--row-gap: 4px;
}
}