Discord-Css-Snippets/OtherStuff/hideGlobalDiscovery.css
2024-10-03 15:34:29 -03:00

9 lines
260 B
CSS

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