Try
nodebb-plugin-email-blacklist@julian Please add this function
Hi,
on computer, we can see whose post is replied , when screen is less than 767 px, it is hidden...
I am trying to bring that box to mobile, however could not make it work...
I am trying codes similar to this:
@media (max-width: 767px) {
.post-header .clearfix .pull-left .hidden-xs {
display: inline !important ;
}
}
Any suggestion?
any suggestion on how to revive this box on mobile?
this is becoming more and more necessary when the thread gets longer...
@baris said in replied user box on mobile:
This should work I think ?
[component="post/parent"] { display: block!important; }
Since you always want to display it.
Yes, this code worked. Thanks a lot.
Should I close the issue? or do you want to consider adding this as a setting? I think forums with long threads may want to use this...