Mobile template: show the replies button

On a Desktop I see a very useful grouping:

But on the mobile the same page lacks this button:

Is it possible to show on a mobile this button: widget-button btn-flat show-replies btn-icon-text like on this page?

There are some necessary simplifications for the smaller screen; this is one of them.

1 Like

Here is a solution:

.show-replies {
  display: block!important;
}
.embedded-posts {
    border: 1px solid var(--primary-low)!important;
}
1 Like