mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Update labels
This commit is contained in:
parent
9315babecb
commit
8c79b3ad4b
1 changed files with 28 additions and 0 deletions
28
NSFWtag.css
28
NSFWtag.css
|
@ -35,6 +35,34 @@
|
||||||
margin-left: 7px;
|
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 ---*/
|
/*--- Channel list Icon Recolor ---*/
|
||||||
/*--- Chat Icon Recolor ---*/
|
/*--- Chat Icon Recolor ---*/
|
||||||
/*--- 'NSFW' Message Bar Icon Recolor ---*/
|
/*--- 'NSFW' Message Bar Icon Recolor ---*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue