diff --git a/OtherStuff/hideGlobalDiscovery.css b/OtherStuff/hideGlobalDiscovery.css index 93baa55..5807b9e 100644 --- a/OtherStuff/hideGlobalDiscovery.css +++ b/OtherStuff/hideGlobalDiscovery.css @@ -4,6 +4,10 @@ * @version 2.0 * @description Hides the new pinned Discovery Icon */ -[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} +[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} [class^=footer_]:has([class*=fixedDiscoveryIcon_]) {display: none; } + +/*Removed fixedDiscoveryIcon_ on canary - 01/07/2025 - idk if its on Stable*/ +[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} +[class^=footer_]:has([class*=discoveryIcon_]) {display: none; }