mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
new snippet
This commit is contained in:
parent
8494a25c06
commit
158b66e859
1 changed files with 9 additions and 0 deletions
9
OtherStuff/hideGlobalDiscovery.css
Normal file
9
OtherStuff/hideGlobalDiscovery.css
Normal 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; }
|
Loading…
Add table
Reference in a new issue