From 6118eb4fa78dfd23cb596e3b56dfd44b29ade819 Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:25:33 -0400 Subject: [PATCH] Update NSFWtag.css (update) --- NSFWtag.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NSFWtag.css b/NSFWtag.css index 956bcc8..ee772ad 100644 --- a/NSFWtag.css +++ b/NSFWtag.css @@ -1,3 +1,12 @@ +/** +* @name NFSWtag +* @author ryan.0324, krystalskullofficial +* @version 2.0 +* @description A tag for 'NFSW' channels so they are easier to see/notice +*/ + +/*note: you must have the redesign icom experiment disabled for this too work*/ + [class*=linkTop_]:has(> [class*=iconContainer__] [d^="M18.09 1.63"]) > [class*=children_]::after { content: "NSFW"; background: var(--status-danger-background); @@ -9,4 +18,4 @@ letter-spacing: .02em; line-height: 16px; margin-left: 4px; -} \ No newline at end of file +}