The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
Changes: This PR addresses the visual alignment issue where the eye icon in the password field is not vertically centered. By adjusting the CSS for .formeyeicon, the icon is now properly aligned within the input field.
Changes Introduced:
Updated the .form__eye__icon class to vertically center the icon using top: 50% and transform: translateY(-50%).
Maintained the current horizontal alignment but adjusted the vertical alignment for a more consistent appearance
I have verified that this pull request:
[x] has no linting errors (npm run lint)
[x] has no test errors (npm run test)
[x] is from a uniquely-named feature branch and is up to date with the develop branch.
[x] is descriptively named and links to an issue number, i.e. Fixes #123
Fixes #3241
Changes: This PR addresses the visual alignment issue where the eye icon in the password field is not vertically centered. By adjusting the CSS for .formeyeicon, the icon is now properly aligned within the input field.
Changes Introduced:
Updated the
.form__eye__icon
class to vertically center the icon usingtop: 50% and transform: translateY(-50%)
. Maintained the current horizontal alignment but adjusted the vertical alignment for a more consistent appearanceI have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123