From 6277cb9b16b27759011006bb10d7de0a3c5ada7f Mon Sep 17 00:00:00 2001
From: Delphox <smugleaf@live.com>
Date: Thu, 3 Oct 2024 15:34:29 -0300
Subject: [PATCH] Better footer selector

---
 OtherStuff/hideGlobalDiscovery.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OtherStuff/hideGlobalDiscovery.css b/OtherStuff/hideGlobalDiscovery.css
index 6ed8876..93baa55 100644
--- a/OtherStuff/hideGlobalDiscovery.css
+++ b/OtherStuff/hideGlobalDiscovery.css
@@ -6,4 +6,4 @@
 */
 [class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
 
-.footer_aa1bff {display: none; }
\ No newline at end of file
+[class^=footer_]:has([class*=fixedDiscoveryIcon_]) {display: none; }