Speaking for the default theme, if the width is 650 pixels or less, user extras will be hidden automatically.
To solve the issue,
you can simply put the following CSS code to your extra.less
template:
CSS:
.message-userExtras {
display: block !important;
}
It is important to note that other extras will be displayed in addition to the message count and reaction score.
However, as far as I checked your site, you do not show other extras, so it should work fine for you.
Let me know if there are any problems.