XF 1.5 Full width reply box in conversations

m1ne

Well-known member
Hey all.

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,

26774e.png


but not conversations,

12467f.png


any idea how to fix?

Thanks.
 
Top Bottom