- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Stretched avatars’ is closed to new replies.
Home › Forums › BP Better Messages › Stretched avatars
Tagged: avatars, display issues
Hi Andrij,
I’ve made a proper account, and I’m re-posting my feedback here as separate items, so they’re easier to track and discuss.
Stretched avatars
On the conversations list, using the twentyseventeen theme, the avatars are stretched vertically quite a lot. (Screenshot available)
If I change the following CSS, the issue is corrected:
.bp-messages-wrap .threads-list .thread .pic img {
display: inline-block;
vertical-align: middle;
width: 100%;
/* height: 100%; <— This needs to be commented out */
}
It’s an easy fix on my end, but I thought you might want to look into it for the next patch.
Hi there!
Will make some tests and include in next patch! 🙂
Thanks!