Very minor issue: on the topics list, the new messages indicator can be on a new line by itself

Also, the appearance of the dot is sometimes a bit different from one topic line to another.

They have the exact same CSS properties. Both dots computed dimensions are 5.219px. But they look different:

image

On the image I posted on my previous post, it seems taller:
image

Their “roundness” varies depending on the browser zoom.
I’m fairly certain that these roundness variations are caused by their final rounded (no pun) width and heigh values since they are floating numbers (their dimensions unit are em and not px). If I set them all to 5px, the issue disappear. But I understand that their dimensions are supposed to be related to the font size or whatever else for visual consistency.

1 Like