Discord-Css-Snippets/OtherStuff/hideGlobalDiscovery.css
2025-01-18 21:23:36 -05:00

9 lines
255 B
CSS

/**
* @name hidePinDiscovery
* @author krystalskullofficial
* @version 3.0
* @description Hides the new pinned Discovery Icon
*/
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
[class^=footer_]:has([class*=discoveryIcon_]) {display: none; }