you'll never guess what this does
Github Square Profile Pictures by wrapfield

Details
Authorwrapfield
LicenseNo License
Categorygithub
Created
Updated
Code size853 B
Code checksum67968d91
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GitHub Square Profile Pictures
@version 20250217.05.56
@namespace ?
==/UserStyle== */
@-moz-document domain("github.com") {
.avatar-user{
border-radius:6px!important;
}
.avatar{
border-radius:6px!important;
}
.avatar-small {
border-radius: 4px!important;
}
.p-2 {
padding: 3px!important;
}
.user-status-circle-badge-container {
position: absolute !important;
bottom: 0 !important;
right: 100% !important;
left: 0 !important;
z-index: 2 !important;
width: 30px !important;
height: 38px !important;
margin-bottom: -10px !important;
margin-left: 0 !important;
margin-right: -24px !important;
}
.user-status-circle-badge {
border-radius:6px !important;
}
:where(.prc-Avatar-Avatar-ZRS-m){
border-radius: 4px!important;
}
}