Skip to content

Fix user list avatar size at 48 by 48 pixels#2044

Merged
ArtOfCode- merged 1 commit intodevelopfrom
trichoplax/462/keep-avatars-fixed-size-on-user-page
May 1, 2026
Merged

Fix user list avatar size at 48 by 48 pixels#2044
ArtOfCode- merged 1 commit intodevelopfrom
trichoplax/462/keep-avatars-fixed-size-on-user-page

Conversation

@trichoplax
Copy link
Copy Markdown
Contributor

@trichoplax trichoplax commented Apr 25, 2026

Fixes #462 by preventing avatars from shrinking when the text of a user card gets too wide. This forces text wrapping to happen a few characters sooner, but keeps all of the avatars the same size.

Electrical Engineering user list currently

User card in 3 columns, with the avatars at various sizes

Electrical Engineering user list with this fix

User cards in 3 columns, with the avatars all with maximum dimension 48

Square avatars are now always displayed at 48 by 48 pixels. Portrait avatars have height 48 pixels. Landscape avatars have width 48 pixels.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.94%. Comparing base (d694b97) to head (530178c).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
Components Coverage Δ
controllers 76.21% <ø> (+0.03%) ⬆️
helpers 85.37% <ø> (ø)
jobs 66.88% <ø> (ø)
models 93.04% <ø> (ø)
tasks 61.11% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member

@cellio cellio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested; LGTM.

@ArtOfCode- ArtOfCode- merged commit 21d4a7e into develop May 1, 2026
13 checks passed
@ArtOfCode- ArtOfCode- deleted the trichoplax/462/keep-avatars-fixed-size-on-user-page branch May 1, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Size of user images varies on users list

3 participants