Discord-Css-Snippets/OtherStuff/hideGlobalDiscovery.css
2025-02-01 20:10:52 -05:00

9 lines
No EOL
248 B
CSS

/**
* @name hidePinDiscovery
* @author krystalskullofficial
* @version 4.0
* @description Hides the new pinned Discovery Icon
*/
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
.footer__214dc, [class*=discoveryIcon_] {display: none; }