new snippet

This commit is contained in:
Indiana Jone (Indi) 2024-10-01 20:47:32 -04:00
parent 8494a25c06
commit 158b66e859

View file

@ -0,0 +1,9 @@
/**
* @name hidePinDiscovery
* @author krystalskullofficial
* @version 1.0
* @description Hides the new pinned Discovery Icon
*/
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
[class^=footer_]
{display: none; }