mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
11 lines
No EOL
383 B
CSS
11 lines
No EOL
383 B
CSS
/**
|
|
* @name hideDiscovery
|
|
* @author krystalskullofficial, dav154
|
|
* @description Hides the new pinned Discovery Icon.
|
|
* @version 5.0.1
|
|
* @authorId 929208515883569182
|
|
* @website https://krstlskll69.github.io/
|
|
* @source https://github.com/KrstlSkll69/vc-snippets#9th-hidepindiscovery--hides-the-new-pinned-discovery-icon
|
|
*/
|
|
|
|
.tutorialContainer__650eb + .listItem__650eb {display: none;} |