Hide single Coral comments tab
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-24 00:56:37 +05:30
parent 1423c5ee9f
commit 598f793284
7 changed files with 56 additions and 0 deletions

View file

@ -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;
}