Avatars have become round

alfa1

Well-Known Member
Not sure if I am missing a setting somewhere or if this is a bug. Avatars on member wall are round. Can I turn this back to normal somewhere?
 
Not have an style property yet. But you can use this CSS:
Code:
.Team_NewsFeedCard .cardPublisher .cardPublisherImg, .Team_NewsFeedCard .cardPublisher {
border-radius: 0;
}
 
Its as designed I think.
And looks great in my style.
(It seems couple of things don't have style properties yet to be easily change them in ACP. Hope to be added in future)
Thanks @Nobita ;)
 
Back
Top