Throw some initial version of code at the wall for the tabbed character sheet
This commit is contained in:
parent
eb6d7fee94
commit
b72f22380f
10 changed files with 213 additions and 2 deletions
9
templates/Apps/TabbedHeroSheet/style.css
Normal file
9
templates/Apps/TabbedHeroSheet/style.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.ripcrypt.ripcrypt--TabbedHeroSheet {
|
||||
> .window-content {
|
||||
gap: 4px;
|
||||
background: var(--base-background);
|
||||
> .tab:not(.visible) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue