blogs/sites/vibes/public/coral-transparent.css
Neeldhara Misra a3366a6513
Some checks are pending
Build / build (push) Waiting to run
Hide Coral floating notification controls
2026-06-24 02:17:20 +05:30

24 lines
764 B
CSS

#coral {
--palette-background-body: transparent;
}
#coral,
#coral [class*="App-root"],
#coral [class*="StreamContainer-root"] {
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;
}
#coral [class*="FloatingNotificationButton-root"],
#coral [class*="MobileNotificationButton-"],
#coral [class*="TabBar-notificationsTab"] {
display: none !important;
}