diff --git a/OtherStuff/hideGlobalDiscovery.css b/OtherStuff/hideGlobalDiscovery.css index 3f59dd2..89cc431 100644 --- a/OtherStuff/hideGlobalDiscovery.css +++ b/OtherStuff/hideGlobalDiscovery.css @@ -8,4 +8,8 @@ * @source https://github.com/KrstlSkll69/vc-snippets#9th-hidepindiscovery--hides-the-new-pinned-discovery-icon */ -.tutorialContainer__650eb + .listItem__650eb {display: none;} \ No newline at end of file +.tutorialContainer__650eb + .listItem__650eb {display: none;} + +/*-- for backwards compatibility since people still use the old one ---*/ +[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;} +.footer__214dc, [class*=discoveryIcon_] {display: none; } \ No newline at end of file