From 158b66e8591cbf72fca29214e26873a9c1dd37be Mon Sep 17 00:00:00 2001 From: Krystal Date: Tue, 1 Oct 2024 20:47:32 -0400 Subject: [PATCH] new snippet --- OtherStuff/hideGlobalDiscovery.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 OtherStuff/hideGlobalDiscovery.css diff --git a/OtherStuff/hideGlobalDiscovery.css b/OtherStuff/hideGlobalDiscovery.css new file mode 100644 index 0000000..293a812 --- /dev/null +++ b/OtherStuff/hideGlobalDiscovery.css @@ -0,0 +1,9 @@ +/** +* @name hidePinDiscovery +* @author krystalskullofficial +* @version 1.0 +* @description Hides the new pinned Discovery Icon +*/ +[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} +[class^=footer_] +{display: none; } \ No newline at end of file