Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to be able to turn avatars off #1589

Open
Krzypis opened this issue Jun 23, 2017 · 3 comments
Open

Add an option to be able to turn avatars off #1589

Krzypis opened this issue Jun 23, 2017 · 3 comments

Comments

@Krzypis
Copy link

Krzypis commented Jun 23, 2017

This is rather annoying for people who prefer compact view. We want to determine the sender by their nickname, not fancy avatars.

@grahamperrin
Copy link

… sender …

Also I'm happy with the room avatars removed from the sidebar:

2017-07-30 10 50 27 overview

… compact …

Not only for compactness. Without the distractions of apparently random coloured circles, it's easier to focus on content – on messages:

2017-07-30 10 54 15 full screen

A step further, without the room avatar at the head of the message column:

2017-07-30 11 03 35 without mx_roomheader_avatar

With Stylish

@-moz-document domain("riot.im") {
  .mx_RoomTile_avatar {
    display: none !important;
  }
  .mx_RoomHeader_avatar {
    display: none !important;
  }
  .mx_EventTile_avatar {
    display: none !important;
  }
}

Related

@grahamperrin
Copy link

Plus, removal of avatars from pills (and with the dark theme, I prefer something other than green for linkified):

@-moz-document domain("riot.im") {
  .mx_RoomTile_avatar {
    display: none !important;
  }
  .mx_RoomHeader_avatar {
    display: none !important;
  }
  .mx_EventTile_avatar {
    display: none !important;
  }
  .mx_UserPill .mx_BaseAvatar {
    display: none !important;
  }
  .linkified {
    color: rgb(0, 255, 255) !important;
  }
}

2017-07-30 15 14 13

2017-07-30 15 14 47

Related

@dralley
Copy link

dralley commented Oct 14, 2020

Yes, please. Any information or options that you can get to by clicking on an avatar is available with little effort from the "room members" panel, so for me personally the benefit of the avatar is significantly outweighed by the added distraction 99% of the time.

Especially in the "compact IRC-style UI layout" option where it's extra-useless.

Screenshot from 2020-10-14 12-19-02

It'd definitely be more IRC-like if it was hidden :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants