mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Add files via upload
This commit is contained in:
parent
c8abda71ae
commit
db98744eb3
1 changed files with 25 additions and 2 deletions
27
NSFWtag.css
27
NSFWtag.css
|
@ -7,7 +7,7 @@
|
|||
|
||||
/*note: you must have the redesign icon experiment disabled for this too work*/
|
||||
|
||||
/*---'NSFW' Label---*/
|
||||
/*---Channel list 'NSFW' Label---*/
|
||||
[class*=linkTop_]:has([class*=iconContainer_] [d^="M18.09 1.63"]) > [class*=children_]::after {
|
||||
content: "NSFW";
|
||||
background: var(--status-danger-background);
|
||||
|
@ -21,8 +21,31 @@
|
|||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/*---Warning Icon Recolor---*/
|
||||
/*---Channel list Icon Recolor---*/
|
||||
.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
|
||||
fill: var(--text-danger) !important;
|
||||
border: 1px solid rebeccapurple !important;
|
||||
}
|
||||
|
||||
/*--------------*/
|
||||
|
||||
/*---'NSFW' Chat List Label---*/
|
||||
|
||||
[class*=linkTop_]:has(> [class*=iconContainer_] [d^="M18.09 1.63"]) > [class*=children_]::after,
|
||||
[class*=iconWrapper_]:has([d^="M18.09 1.63"]) ~ [class*=titleWrapper_] h1::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;
|
||||
}
|
||||
|
||||
/*--- Chat Icon Recolor ---*/
|
||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||
fill: var(--text-danger) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue