4-digit interaction numbers glitch out after full load. (seen on pleroma instance)
The issue @wizard(and myself) mentioned is fixed.
One of us should've split that into a separate issue for the sake of organization, but afaik ops concern wasn't.
fix formatting for large number of favorites/interactions
WIP: This addresses formatting issues when favorites on a post exceed 1k
4-digit interaction numbers glitch out after full load. (seen on pleroma instance)
So, I guess there are 2 separate issues here really, but the problem @wizard and I are experiencing should be sorted by my PR, which I've submitted for review:
WIP: This addresses formatting issues when favorites on a post exceed 1k
4-digit interaction numbers glitch out after full load. (seen on pleroma instance)
I see this as well for interactions in excess of 1k.
It looks like the responsible CSS is:
word-break: break-word
styling for .Status
inherited from div
.
This is automatically…