mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-06-07 10:23:41 +02:00
update hidePinDiscovery
This commit is contained in:
parent
242a84a757
commit
6f071937a3
2 changed files with 2 additions and 5 deletions
|
@ -1,13 +1,9 @@
|
|||
/**
|
||||
* @name hidePinDiscovery
|
||||
* @author krystalskullofficial
|
||||
* @version 2.0
|
||||
* @version 3.0
|
||||
* @description Hides the new pinned Discovery Icon
|
||||
*/
|
||||
|
||||
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
|
||||
[class^=footer_]:has([class*=fixedDiscoveryIcon_]) {display: none; }
|
||||
|
||||
/*Removed fixedDiscoveryIcon_ on canary - 01/07/2025 - idk if its on Stable*/
|
||||
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
|
||||
[class^=footer_]:has([class*=discoveryIcon_]) {display: none; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue