@HeapsortYi I know I'm very, very late with this response but i'm saying this in general either way
The including styling is based on vanilla flarum and if there is any extension or theme or whatever that edits that. Huge change the count doesn't align.
To play around with the position of the number you need minimum 2 css edits,
.item-discussion-views {
//...
}
@media @phone {
.item-discussion-views {
//...
}
}
The first one is for every screen size, but then we specify another style for phone screen sizes - so it overrides it.
it seems to have only taken effect on PC and not on mobile devices.
Because you didn't change the styling for phone screens (the @media @phone { }
. You also need 2, but as you didn't - it used the built-in styling