Skip to content

Fixes #735: Picture size in pickup slots

Rafael requested to merge fix/735-picture-size into master

Closes #735 (closed)

What does this MR do?

Fixes the problem, that slot profile pictures are not displayed 100 % but cut off on the lower and right edges.

Adds only a simple solution where the avatar component (vue) gets a new size for the slot environment. Imho better would be to set width/height to 100% but that would need more refactor.

How confident are you it won't break things if deployed?

Only some small changes, should only affect avatars (=profile pictures) for slots.

Because it is only a small change in the frontend, no test is needed.

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Rafael

Merge request reports