mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
update DiscoveryIcon_
This commit is contained in:
parent
005bb3591b
commit
5283ae1923
1 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@
|
||||||
* @version 2.0
|
* @version 2.0
|
||||||
* @description Hides the new pinned Discovery Icon
|
* @description Hides the new pinned Discovery Icon
|
||||||
*/
|
*/
|
||||||
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
|
|
||||||
|
|
||||||
|
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
|
||||||
[class^=footer_]:has([class*=fixedDiscoveryIcon_]) {display: none; }
|
[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
Reference in a new issue