Add a custom DocumentSheetConfig that supports tab-based configuration for my system-specific stuff
This commit is contained in:
parent
c7c0deaec7
commit
6081b8f9e8
7 changed files with 289 additions and 1 deletions
15
styles/Apps/TAFDocumentSheetConfig.css
Normal file
15
styles/Apps/TAFDocumentSheetConfig.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.taf.sheet-config {
|
||||
|
||||
section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.tab {
|
||||
display: none;
|
||||
}
|
||||
.tab.active {
|
||||
display: unset;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue