Discord-Css-Snippets/OtherStuff/hideGlobalDiscovery.css
2025-02-11 19:19:17 -05:00

12 lines
No EOL
435 B
CSS

/**
* @name hidePinDiscovery
* @author krystalskullofficial
* @description Hides the new pinned Discovery Icon.
* @version 4.1.0
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets#9th-hidepindiscovery--hides-the-new-pinned-discovery-icon
*/
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
.footer__214dc, [class*=discoveryIcon_] {display: none; }