backwards compatibility

This commit is contained in:
Indiana Jone (Indi) 2025-04-12 21:38:08 -04:00
parent 28e45abe98
commit c81710d761

View file

@ -8,4 +8,8 @@
* @source https://github.com/KrstlSkll69/vc-snippets#9th-hidepindiscovery--hides-the-new-pinned-discovery-icon * @source https://github.com/KrstlSkll69/vc-snippets#9th-hidepindiscovery--hides-the-new-pinned-discovery-icon
*/ */
.tutorialContainer__650eb + .listItem__650eb {display: none;} .tutorialContainer__650eb + .listItem__650eb {display: none;}
/*-- for backwards compatibility since people still use the old one ---*/
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
.footer__214dc, [class*=discoveryIcon_] {display: none; }