This commit is contained in:
parent
1423c5ee9f
commit
598f793284
7 changed files with 56 additions and 0 deletions
|
|
@ -8,3 +8,11 @@
|
|||
background: transparent !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#coral nav[aria-label="Main Tablist"]:not(:has([role="tab"] ~ [role="tab"])):not(:has(button ~ button)):not(:has(a ~ a)):not(:has(li ~ li)) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#coral:has(nav[aria-label="Main Tablist"]:not(:has([role="tab"] ~ [role="tab"])):not(:has(button ~ button)):not(:has(a ~ a)):not(:has(li ~ li))) [class*="App-tabContent"] {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue