Skip to content

RGU Stylex bug fixes by Chplayz

Details

AuthorChplayz

LicenseNo License

Categoryroblox.com

Created

Updated

Size431 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

this is where bug fixes go when the creator of RGU Stylex, Valkryx/luckyystarzz can't post them to the main style. Made by Chplayz, Co dev of RGU Stylex

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name RGU Stylex friend bar fix
@namespace roblox.com
@description This fixes an issue with another userstyle called RGU Stylex wherre you can't click on your friends
@version 1.0
==/UserStyle== */
@-moz-document domain("roblox.com") {
#rgu-place-list > div:nth-child(1) {
position: relative;
bottom: 1000px;
}
#rgu-place-list > div:nth-child(1) > div > h2 > a {
position: relative;
top: 1000px;
}
}

Reviews

No reviews yet.