From 5283ae192345f8ade7e09829ff32d6488922e162 Mon Sep 17 00:00:00 2001 From: Krystal Date: Tue, 7 Jan 2025 21:23:16 -0500 Subject: [PATCH] update DiscoveryIcon_ --- OtherStuff/hideGlobalDiscovery.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }