Hi,
When uploading an avatar to Buddypress, there is the original size and the thumbnail size.
I'm not sure what the defaults are (cannot recall if I ever changed them), but for my setup, the original avatar is a picture that is 150x150, and the thumbnail file is 50x50.
In a couple places, the thumbnail stretches the 50x50 file to display at 60x60. This looks bad.
My question concerns class="activity-avatar". Using Firebug, I can see the HTML in the <img> tag says 50x50, but the CSS for it reads 60x60.
The CSS comes from line 328 of bpp.css, v1.03. Editing this file fixes the problem. But I assume I will lose this if I update the Suffusion Buddypress Pack plugin. Is there a way to fix this with CSS in my child theme?
(The other is id="whats-new-avatar". The size for this seems to be set with HTML, not CSS, and I'm not yet sure it's related to Suffusion, so I'm still looking.)
Thanks!
