Skip to content

Twitch Square Profile Pictures by reezavt

Screenshot of Twitch Square Profile Pictures

Details

Authorreezavt

LicenseNo License

Categorytwitch

Created

Updated

Size606 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Allows you to customize the border radius on profile picture images.

Notes

v1.1

  • Updated class names.

v1.0

  • Initial Release

Source code

/* ==UserStyle==
@name           Twitch Square Profile Pictures
@namespace      github.com/reezavt
@version        1.1.0
@description    Allows you to customize the border radius on profile picture images.
@author         ReezaVT
@preprocessor   stylus
@var range      border-radius       "Border Radius"     [1, 1, 50, 1, "%"]
==/UserStyle== */

@-moz-document domain("twitch.tv") {
    .video-preview-card-placeholder__avatar-circle,
    a[class*="tw-halo"], a[class*="tw-halo"]:before,
    figure > img[class*="tw-image-avatar"] {
        border-radius: border-radius !important;
    }
}

Reviews

No reviews yet.