Skip to content

Roblox - Square Profile Pictures by Minsarek

Details

AuthorMinsarek

LicenseNo License

Categorysquarepfps

Created

Updated

Size368 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

An easy css modification to change a shape of profile pictures on Roblox.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Roblox - Square Profile Pics
@author     Minsarek
@version    20240803.14.25
@namespace  ?
==/UserStyle== */

@-moz-document domain("roblox.com") {
.avatar-card-fullbody .avatar-card-image, .avatar .avatar-card-image {
    border-radius: 8px !important;
}

.people-list .avatar-container .avatar-status {
    top: 62px;
    left: 62px;
}
}

Reviews

No reviews yet.