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; }