From 8c79b3ad4bb0d12486fc0b58a8b811323dc83189 Mon Sep 17 00:00:00 2001 From: Krystal <150982280+KrstlSkll69@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:31:54 -0400 Subject: [PATCH] Update labels --- NSFWtag.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/NSFWtag.css b/NSFWtag.css index cbedf78..aeed7f4 100644 --- a/NSFWtag.css +++ b/NSFWtag.css @@ -35,6 +35,34 @@ margin-left: 7px; } +/*--- 'NSFW' Message bar icon label ---*/ +[class*=autocompleteRowIcon__]:has([d^="M18.09 1.63c.4-.7 1.43-.7"]) ~ [class*=autocompleteRowContentPrimary__] ::after { + content: "NSFW"; + background: var(--status-danger-background); + color: var(--status-danger-text); + padding: 0 6px; + border-radius: 8px; + font-size: 12px; + font-weight: 700; + letter-spacing: .02em; + line-height: 16px; + margin-left: 7px; +} + +/*--- Stupid Ahh channel serach icon label ---*/ +[class*=searchResultChannelIcon__]:has([d^="M18.09 1.63c.4-.7 1.43-.7"]) ~ [class*=searchResultChannelCategory__]::after { + content: "NSFW"; + background: var(--status-danger-background); + color: var(--status-danger-text); + padding: 0 6px; + border-radius: 8px; + font-size: 12px; + font-weight: 700; + letter-spacing: .02em; + line-height: 16px; + margin-left: 7px; +} + /*--- Channel list Icon Recolor ---*/ /*--- Chat Icon Recolor ---*/ /*--- 'NSFW' Message Bar Icon Recolor ---*/