The hit area should be bigger now.
"> next to the favourite button...
-
Glad I'm not the only one who saw this - no CSS tweaks on my site - occasionally happens on mobile as well.
-
Considering my forum is completely stock, it should be something in the official code causing it.
Not sure where to start rooting for it though. -
@a_5mith Yes, that sounds smart. That must be it. It's odd how it replaces the • character though - perhaps something with the encoding?
With all the posting we're doing, I doubt they would even see the notification -
@Albus Only thing I can see it being is that
<!-- IF !reputation:disabled -->
isn't being calculated quickly enough.https://github.com/NodeBB/nodebb-theme-lavender/blob/master/templates/topic.tpl#L129-L138
Unless
•
has some weird alias as">
Maybe putting
•
outside of the disabled rep might do it... -
@a_5mith
You could be onto something about relocating the•
to before<!-- IF !reputation:disabled -->
since it seems as if•
would be present, even if reputation was disabled as a separator from the post buttons and the favorite button. -
-
@a_5mith Almost as if the darkness typically applied to the bullet is being applied to the upvote, or first part of the reputation.
Either moving the•
will fix this - or we're putting too much thought into it. -
@baris the ninja.
Well, at the very least we get some closure - even if we were wrong. -
Has this site been updated yet? Issue just occurred on mobile.