Allows you to customize the border radius on profile picture images.
Twitch Square Profile Pictures by reezavt
Details
Authorreezavt
LicenseNo License
Categorytwitch
Created
Updated
Size606 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}