I am against such an improvement
the whole discourse is made in the form of squares,
I suggest border-radius: 25%;
Or 20%.
Just 20%.
I like it. There has been a general move towards rounded avatars and profile pictures so this makes a lot of sense. Whatsapp recently changed theirs too, and Windows 10 will use rounded profile pictures as well.
I moved 37 posts to a new topic: Changing or removing the last poster avatar highlight
Iām going to post this here for anyone who has Stylish installed and wants the square avatars back.
img {
border-radius: 0px;
}
img.avatar {
border-radius: 0px;
}
Not impossible to do if you donāt mind smaller
* square diagonal <= circle diameter
looks
better
Just a comment, but I find it harder to work out at a glance whoās who from the circular avatars. Perhaps itās because theyāre smaller in area. Perhaps because most members set up their avatars to display square, and if they were optimised for circular display there would be less/no problem. Perhaps itās simply that Iām not yet used to it. Whatever the cause, Iām finding it a bit uncomfortable.
This sort of visual thing would be fine to have as an option for user avatars (possibly even one enabled by default) but it would be nice if a user could turn it off. It makes things more complicated, but sometimes itās necessary to get things like official logos right.
As a case in point, forcing a circle would badly mangle the Discourse logo.
Re shadows/glows to indicate the most recent poster, Iām happy enough without that information being anything more than a subtle hint. If I really care, Iāll read the topicā¦
The biggest issue Iāve seen probably wonāt be for new members because they will notice when they upload a custom avatar and correct for any undesirable effect.
But existing members may not notice that ātheir heads are choppedā (seems the most common) or that the ādesignā is off because of missing corners (eg. System avatar) and their avatars will look off to other members until they change them.
Oh god, you cheated
This issue technically already exists since the square avatar shape might cut off edges of portrait or landscape rectangular images. Regardless of square or round avatars, this could be mitigated by having a preview of what the avatar looks like when a user uploads one.
There is that. The problem is it might be a problem for those that uploaded before the change to round.
Thatās true, but they can still see their rounded avatar in the top right corner of the site to verify if it looks strange or not. Then again, if theyāre infrequent visitors, they may not notice it for a long time/ever.
Fix: Round all of the things.
* { border-radius:1000px; }
Does the upload actually crop the image or only adjust how it is displayed? If the former, then any change to the avatar is just a one-time change.
These other changes being discussed are all CSS changes as best I recall, which means that an avatar that was fine to start with may suddenly start being displayed in a way that the user would not like, simply because of an arbitrary CSS change.
When I uploaded my avatar originally, I had to redo it to make it square, because otherwise it was cropped to display just the middle section. When circular avatars were introduced, I had to amend it again, because it didnāt fit within the diameter of the circle. I imagine that would be quite a common issue.
Anyone else seeing this on the deleted posts area of a user when logged in as admin?
Yes
Though personally, if this is only seen by Mods and this is the only place exhibiting this bug I can live with it.