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 ---*/