Skip to content

Large Avatars on Answers.Microsoft.com by jackharvest

Screenshot of Large Avatars on Answers.Microsoft.com

Details

Authorjackharvest

LicenseNo License

CategoryStylus

Created

Updated

Code size990 B

Code checksumed6658d9

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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.

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;
}
}

Reviews

No reviews yet.