This userstyle unrounds artist and user profile pictures!
Unroundify AOTY PFPs by miiarcus
Details
Authormiiarcus
Licensenone
Categoryhttps://www.albumoftheyear.org/
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Unroundify AOTY PFPs
@version 20240305.15.29
@namespace https://userstyles.world/user/miiarcus
@description This userstyle unrounds artist and user profile pictures!
@author miiarcus
@license none
==/UserStyle== */
@-moz-document url-prefix("https://www.albumoftheyear.org/") {
/* Let me know in my shoutbox if you find any areas that have PFPs that need to be unrounded!
- miiarcus */
.profileImage img {
border-radius: 0%;
}
.navBlock .profilePic img {
border-radius: 0%;
}
.commentImage img {
border-radius: 0%;
}
.feedUserHead .avatar img {
border-radius: 0%;
}
.userReviewImage img {
border-radius: 0%;
}
.userReviewByline .image img {
border-radius: 0%;
}
.userBlock img {
border-radius: 0%;
}
.userReviewBlock .profilePic img {
border-radius: 0%;
}
.listRow.users .profilePic img {
border-radius: 0%;
}
.listHeader .userImage img,
.userListRow.profile .userImage img {
border-radius: 0%;
}
.artistBlock img {
border-radius: 0%;
}
.artistImage img {
border-radius: 0%;
}
.notificationRow img {
border-radius: 0%;
}
.rightBox img {
border-radius: 0% !important;
}
.albumReviewRow.showUser .profilePic img {
border-radius: 0%;
}
.coverart img {
border-radius: 0% !important;
}
.noCover.tiny {
border-radius: 0% !important;
}
.noCover.small {
border-radius: 0% !important;
}
.artistImage .empty {
border-radius: 0%;
}
.currentAvatar img {
border-radius: 0%;
}
.userRatingBlock img {
border-radius: 0%;
}
}