Hide Coral floating notification controls
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-24 02:17:20 +05:30
parent 598f793284
commit a3366a6513
8 changed files with 53 additions and 0 deletions

View file

@ -16,3 +16,9 @@
#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;
}
#coral [class*="FloatingNotificationButton-root"],
#coral [class*="MobileNotificationButton-"],
#coral [class*="TabBar-notificationsTab"] {
display: none !important;
}