Skip to content

Conversation

@ismaltion
Copy link

Resolves:

The "What's happening?" profile pictures of the users do not have a border radius, while the rest of the Scratch website shows profile pictures with a border-radius of 3 pixels.

Changes:

This pull request is a minor change that just adds the border-radius property of 3px to the icons so they match the same style of other places and also replaces the image padding by margin, because padding was redundant and only causing visual issues.

Test Coverage:

Tested on 4 browsers and 2 devices (a computer and a phone) - Works fine as expected:

Comparison

There are many places in the website where user icons have a border-radius property of 3 pixels, however the What's happening? section has fully squared borders that do not match the rest. It can be noticed with high zoom.

Padding was replaced by margin because it prevented the border radius from working correctly and was redundant. Replacing it with margin does not affect anything and is in fact cleaner.

Works for all devices and browsers.
@github-actions
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Copy link

@JereNwa JereNwa left a comment

Choose a reason for hiding this comment

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

This seems like a good minimal change that will make the website a tad better.

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.

2 participants