Fix avatar size for issue and MR placeholder notes
requested to merge 355855-check-that-user_avatar_link-in-app-assets-javascripts-vue_shared-components-notes into master
What does this MR do and why?
Related to #355855 (closed)
The avatar in the placeholder note component was using an unsupported size. This MR updates that component to use supported sizes. Styling should match what was done in !86252 (merged)
Screenshots or screen recordings
Desktop
MR/issue comment
Before | After |
---|---|
Diff comment
Before | After |
---|---|
Mobile
MR/issue comment
Before | After |
---|---|
Diff comment
Before | After |
---|---|
How to set up and validate locally
- Navigate to an issue or MR
- Open Chrome dev tools and navigate to the
Network tab
- From the
No throttling
dropdown selectAdd
- Click
Add custom profile
and enter1
forDownload
andUpload
. - Choose your custom throttling from the dropdown
- Add a comment
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Hegman