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.