m1ne
Well-known member
Hey all.
I'm using this css code to remove avatars and make the post editor full width,
and it works in threads,
but not conversations,
any idea how to fix?
Thanks.
I'm using this css code to remove avatars and make the post editor full width,
Code:
.quickReply .messageUserBlock div.avatarHolder .avatar {display: none!important}
.thread_view #QuickReply {
margin-left: 0;
}
and it works in threads,
but not conversations,
any idea how to fix?
Thanks.