Online/Offline circle not aligned
-
Just noticed that the online/offline circle (on profile) is not aligned to the username:
Tested under Safari and Chromium, OS X Yosemite and El Capitan.
-
@a_5mith you could do this to be sure:
.account-picture-block .status { padding-bottom: 5px; }
-
But I think the problem is the
font-size
property of.account-username
and thevertical-align
property of.status
. Removing both of those will line it up. Then you can set about resizing the icon and the text. That way you don't need the padding which feels hacky. -
@henrywright, thanks! I have an issue open on this. Please feel free to chime in. I would rather have this fixed where it should, than just patch it myself at my end.
-
@Fastidious I just took a look through the templates and the
status
class is used in lots of places so removing the property might not be a good idea after all (as lots of testing will be needed). I think the padding fix might be the best option in this case.