The avatars are only 40px by 40x by default on Microsoft Answers. They're stored at a higher resolution, so why not let us SEE the frigg'n things. This fixes that.
Large Avatars on Answers.Microsoft.com by jackharvest
Details
Authorjackharvest
LicenseNo License
CategoryStylus
Created
Updated
Size990 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Large Avatars on Answers.Microsoft.com
@version 20210829.04.46
@namespace userstyles.world/user/jackharvest
@description The avatars are only 40px by 40x by default on Microsoft Answers. They're stored at a higher resolution, so why not let us SEE the frigg'n things. This fixes that.
@author jackharvest
@license No License
==/UserStyle== */
@-moz-document domain("answers.microsoft.com") {
body #Main #PageContent #threadMain #threadMainContent .message-user-info .user-profile-image {
width: 100px;
}
.avatar-size-small {
width: 100px;
height: 100px;
line-height: 90px;
font-size: 50px;
}
.profile-image.hidden-rsp {
width: 100px !important;
height: 100px !important;
margin-top: 0px !important;
}
body #Main #PageContent #threadMain #threadMainContent #threadReplies .user-name-show-white-space {
font-family: sans-serif;
font-weight: 600;
line-height: 75px;
padding-left: 10px;
}
}