replied user box on mobile
-
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...
replied user box on mobile · Issue #9034 · NodeBB/NodeBB
Hi, on the computer, we can see whose post is replied to, when the screen is less than 767 px, the box is hidden... this is becoming more and more problematic when the thread gets longer... Here is an example, the answer is on page 237, ...
GitHub (github.com)
-
@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...