You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
There is a user with a dick pic as their icon. Many people have blocked them, as have I.
I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.
Can we use CSS to blur the user icons of blocked and ignored users?
filter: blur(8px);
-webkit-filter: blur(8px);
(Those icons might also appear in other contexts besides profile pages such as "who to follow", "connected pubs", lists of another users' friends, etc)
The text was updated successfully, but these errors were encountered:
Another place this shows up is in these collapsed items about "UserA blocked UserB". Ironically it has the effect of broadcasting the offending image to everyone:
In that specific case it would be nice to blur the icon on the right whether or not you, the current user, have blocked them. However if you're already following the user on the right, a blur is probably not needed.
E.g. "blur icon on the right of this widget, unless you are following them"
There is a user with a dick pic as their icon. Many people have blocked them, as have I.
I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.
Can we use CSS to blur the user icons of blocked and ignored users?
(Those icons might also appear in other contexts besides profile pages such as "who to follow", "connected pubs", lists of another users' friends, etc)
The text was updated successfully, but these errors were encountered: