ripcrypt/templates/Apps/TabbedHeroSheet/style.css

9 lines
161 B
CSS

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