mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
typos
This commit is contained in:
parent
e8526d4285
commit
0e3f373702
3 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @name IconRecolors
|
* @name IconRecolors
|
||||||
* @author krystalskullofficial (and maybe byeoon)
|
* @author krystalskullofficial, byeoon
|
||||||
* @version 5.0
|
* @version 5.0
|
||||||
* @description Recolors channel icons to make them easier to notice.
|
* @description Recolors channel icons to make them easier to notice.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @name NSFW recolor
|
* @name NSFW recolor
|
||||||
* @author krystalskullofficial
|
* @author krystalskullofficial
|
||||||
* @version 5.0
|
* @version 5.0
|
||||||
* @description recolors the icon for 'NFSW' channels so they are easier to see/notice
|
* @description recolors the icon for 'NSFW' channels so they are easier to see/notice
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*--- 'NSFW' Channel List Icon Recolor ---*/
|
/*--- 'NSFW' Channel List Icon Recolor ---*/
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
/**
|
/**
|
||||||
* @name NFSWtag
|
* @name NSFWtag
|
||||||
* @author ryan.0324, krystalskullofficial
|
* @author ryan.0324, krystalskullofficial
|
||||||
* @version 5.0
|
* @version 5.0
|
||||||
* @description A tag for 'NFSW' channels so they are easier to see/notice. Also now recolors the small triangle too be red
|
* @description A tag for 'NSFW' channels so they are easier to see/notice. Also now recolors the small triangle too be red
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*note: you must have the redesign icon experiment disabled for this too work*/
|
|
||||||
|
|
||||||
/*--- Channel list 'NSFW' Label ---*/
|
/*--- Channel list 'NSFW' Label ---*/
|
||||||
[class*=linkTop_]:has([class*=iconContainer_] [d^="M18.09 1.63"]) > [class*=children_]::after {
|
[class*=linkTop_]:has([class*=iconContainer_] [d^="M18.09 1.63"]) > [class*=children_]::after {
|
||||||
content: "NSFW";
|
content: "NSFW";
|
||||||
|
|
Loading…
Add table
Reference in a new issue