Newboth Update

This commit is contained in:
Indiana Jone (Indi) 2024-09-17 21:31:12 -04:00
parent ec843c8cd6
commit 8494a25c06

View file

@ -4,15 +4,17 @@
* @version 500.0 * @version 500.0
* @description View both STATUS and USERNAME at the same time * @description View both STATUS and USERNAME at the same time
*/ */
[class^=hovered], [class^=hoverRoll][class*=forceHover]:not([class^=disabled]) > [class^=default]
{
opacity: 1!important;
transform: none;
}
[class^=avatarWrapper_] [class^=nameTag_] [class^=hovered_]::before{ [class^=avatarWrapper_] [class^=nameTag_] [class^=hovered_]::before{
color: var(--text-muted);
content: "@"; content: "@";
} }
.container_b2ca13 .hovered_e07331, .hoverRoll_e07331.forceHover_e07331:not(.disabled_e07331) .default_e07331{
opacity: 1!important;
transform: none;
}
[class^=hoverRoll] > [class^=default] [class^=hoverRoll] > [class^=default]
{ {
margin-top: 15px; margin-top: 15px;
} }