RoGold Group Text Fix
RoGold Group Text Fix by Statikskiy
Details
AuthorStatikskiy
LicenseNo License
Categoryhttps://www.roblox.com/groups/
Created
Updated
Size570 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ? - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("https://www.roblox.com/groups/") {
/* Heading */
.group-caption .group-title h1 {
position: relative;
}
/* Heading with specific width */
#wrap #container-main .content #group-container .group-details-container .ng-scope .group-details .section-content .group-header .group-caption .group-title h1 {
width: 1957px !important;
}
}