Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KrstlSkll69 committed Aug 22, 2024
2 parents 7dbfa0e + 17ee59a commit 36402fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions OtherStuff/NewBoth.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* @name ViewBoth@andStatus
* @author krystalskullofficial
* @version 500.0
* @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{
content: "@";
}
[class^=hoverRoll] > [class^=default]
{
margin-top: 15px;
}

0 comments on commit 36402fb

Please sign in to comment.