mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
9 lines
No EOL
224 B
CSS
9 lines
No EOL
224 B
CSS
/**
|
|
* @name hidePinDiscovery
|
|
* @author krystalskullofficial
|
|
* @version 1.0
|
|
* @description Hides the new pinned Discovery Icon
|
|
*/
|
|
[class*=unreadMentionsFixedFooter_]{bottom: 0px !important;}
|
|
[class^=footer_]
|
|
{display: none; } |