From 17ee59a2acfe6e59bc4fb1f28a329165218181bf Mon Sep 17 00:00:00 2001 From: Krystal Date: Sat, 17 Aug 2024 18:26:00 -0400 Subject: [PATCH] New Snippet --- OtherStuff/NewBoth.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 OtherStuff/NewBoth.css diff --git a/OtherStuff/NewBoth.css b/OtherStuff/NewBoth.css new file mode 100644 index 0000000..337cced --- /dev/null +++ b/OtherStuff/NewBoth.css @@ -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; +} \ No newline at end of file