fix
fix player viewport on profile page by krakensimpson
Details
Authorkrakensimpson
LicenseCC Zero
Categoryroblox
Created
Updated
Size383 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 fix player viewport on profile page
@version 20220127.23.41
@namespace userstyles.world/user/krakensimpson
@description fix
@author krakensimpson
@license CC Zero
==/UserStyle== */
@-moz-document domain("roblox.com") {
.dark-theme .thumbnail-2d-container > img:nth-child(1) {
background: transparent !important;
}
}