mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
20 lines
No EOL
466 B
CSS
20 lines
No EOL
466 B
CSS
/**
|
|
* @name ViewBoth@andStatus
|
|
* @author krystalskullofficial
|
|
* @version 500.0
|
|
* @description View both STATUS and USERNAME at the same time
|
|
*/
|
|
[class^=avatarWrapper_] [class^=nameTag_] [class^=hovered_]::before{
|
|
color: var(--text-muted);
|
|
content: "@";
|
|
}
|
|
|
|
.container_0263c .hovered_0263c, .hoverRoll__0263c.forceHover_0263c:not(.disabled_0263c) .default_0263c{
|
|
opacity: 1!important;
|
|
transform: none;
|
|
}
|
|
|
|
[class^=hoverRoll] > [class^=default]
|
|
{
|
|
margin-top: 15px;
|
|
} |