The 'liked by' title (hover) wasn't present in replies in the Threads view; now it is.
What solution are you recommending?
post() and postInAside() were basically the same, apart from the missing 'liked by' title in the latter, and an additional "post" css class in the former, so I removed postInAside() and used post() in its place.
The "post" class doesn't seem to do anything, so I left it in for the replies (which now have class = "post reply", instead of just "reply"). Lemme know if I should change this.
What's the problem you solved?
The 'liked by' title (hover) wasn't present in replies in the Threads view; now it is.
What solution are you recommending?
post() and postInAside() were basically the same, apart from the missing 'liked by' title in the latter, and an additional "post" css class in the former, so I removed postInAside() and used post() in its place.
The "post" class doesn't seem to do anything, so I left it in for the replies (which now have class = "post reply", instead of just "reply"). Lemme know if I should change this.