The basic setting is 108px, which refers not to the size of the avatar itself, but to the size of the box containing the avatar..memberTooltip-avatar {
width: 100px;
}
There are no settings in Style Properties to adjust the avatar size in different areas.Where is the avatar size specified in the ACP? It's a setting somewhere.
The template shows it specified as width: (@_memberTooltip-padding * 2 + @_memberTooltip-avatarSize);The basic setting is 108px,
If you look at the member_tooltip.less template, it shows this being defined as a variable, not a fixed value, which means it is specified elsewhere, correct?There are no settings in Style Properties to adjust the avatar size in different areas.
.memberTooltip-avatar
{
display: table-cell;
width: (@_memberTooltip-padding * 2 + @_memberTooltip-avatarSize);
vertical-align: top;
}
m
, so 96pxAs previously mentioned, there must be some code or an addon causing this.
Where is this 96px defined?Avatar size on tooltip ism
, so 96px
We use essential cookies to make this site work, and optional cookies to enhance your experience.