Add support for the tabs in the two contentful Actor sheets
This commit is contained in:
parent
76d8f3675c
commit
40f0e1ea2c
11 changed files with 120 additions and 5 deletions
10
styles/resets/tabs.css
Normal file
10
styles/resets/tabs.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.taf > .window-content {
|
||||
nav.tabs.system-tabs {
|
||||
all: initial;
|
||||
}
|
||||
|
||||
nav.sheet-tabs.top-tabs {
|
||||
margin-inline: 0;
|
||||
margin-top: calc(var(--spacer-8) * -1);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue