We did about 100 upgrades for BF & Cyber Monday and I guess everyone has just clicked it twice. (Human instinct). I actually had totally forgot about the glitch I had initially reported, but happy to see it is fixed as an early Christmas present. :-)
This message is server/hosting related pertaining to the website server and the Root and Intermediate (CA) SSL certificates that are allowed and installed on the server.
The template shows it specified as width: (@_memberTooltip-padding * 2 + @_memberTooltip-avatarSize);
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?
.memberTooltip-avatar
{...
Where is the avatar size specified in the ACP? It's a setting somewhere.
For now, I manually overroad it in the Extra.less to 100px and everything is aligned properly again.
.memberTooltip-avatar {
width: 100px;
}
After my 2.3 upgrade, noticed the member text isn't aligned properly and overlaps the avatar on mobile devices only. Tried to figure it out in console mode, but don't see where to pad or align that text.
My second forum below (gray/black) doesn't have this issue.