Skip to content

Users search: fix avatar size

Dmitry Gruzd requested to merge fix-search-users-avatar-size into master

What does this MR do?

On the users search result page we're requesting 16px images for users' avatars, but rendering them at 40px.

Example search on GitLab.com: https://gitlab.com/search?group_id=9970&project_id=278964&repository_ref=master&scope=users&search=%40dgruzd&snippets=false

This MR fixes this inconsistency.

Screenshots (strongly suggested)

Before

Screenshot_2021-04-21_at_15.25.09

After

Screenshot_2021-04-21_at_15.25.15

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Dmitry Gruzd

Merge request reports