Skip to content

Github Square Profile Pictures by wrapfield

Screenshot of Github Square Profile Pictures

Details

Authorwrapfield

LicenseNo License

Categorygithub

Created

Updated

Size872 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

you'll never guess what this does

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Github Square Profile Pictures
@namespace      github.com
@version        1.0.0
@description    you'll never guess what this does
@author         Wrapfield
==/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;
}

}

Reviews

No reviews yet.