Throw some initial version of code at the wall for the tabbed character sheet

This commit is contained in:
Oliver-Akins 2025-02-11 23:40:35 -07:00
parent eb6d7fee94
commit b72f22380f
10 changed files with 213 additions and 2 deletions

View file

@ -0,0 +1,9 @@
.ripcrypt.ripcrypt--TabbedHeroSheet {
> .window-content {
gap: 4px;
background: var(--base-background);
> .tab:not(.visible) {
display: none;
}
}
}