darkpixlz
(darkpixlz)
July 11, 2022, 4:52am
1
This bug is on PC and mobile.
https://devforum.roblox.com :
Desktop:
Mobile:
iPhone 12 (me)
Android phone (
@GamersInternational )
The padding here is incorrect, and the “Unfollow” button does not stretch correctly.
https://icecavern.xyz :
Desktop:
Mobile (cc
@GamersInternational )
The theme in these photos does not mess with padding like this.
2 Likes
MarcP
(MarcP)
July 11, 2022, 5:12am
2
You mean the groups text?
// fix groups margin on profile page
.user-main .about .details .groups {
margin-left: 0px;
}
1 Like
darkpixlz
(darkpixlz)
July 11, 2022, 5:14am
3
Thanks, I can fix this on my forum now, but we may have to wait for it to be universal throughout Discourse, as it’s pretty buggy overall and any other forums (I pointed out devforum.roblox.com in the topic, I may find other forums to test it on later)
2 Likes
darkpixlz
(darkpixlz)
July 11, 2022, 5:17am
4
Your solution did work on all sites though, after adding it through Stylus.
2 Likes
MarcP
(MarcP)
July 11, 2022, 5:24am
5
I added the fix to my old PR that’s still open, lol.
2 Likes
darkpixlz
(darkpixlz)
July 24, 2022, 3:37am
6
I opened a separate PR for this issue
discourse:main
← darkpixlz:patch-1
opened 03:24AM - 24 Jul 22 UTC
Currently the Groups text with more than 2 groups uselessly spans 2 lines, this … will make it all fit into one line correctly.
BEFORE:
![image](https://user-images.githubusercontent.com/91509874/180630862-84dfbb86-9a30-413e-8839-efc5dfb6f8bb.png)
AFTER:
![image](https://user-images.githubusercontent.com/91509874/180630851-291ac96b-8657-4b1e-9c61-81687aa4db17.png)
1 Like
darkpixlz
(darkpixlz)
July 30, 2022, 4:41am
7
A quick update, the PR has been merged!
committed 05:47PM - 29 Jul 22 UTC