Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: Improved Button Layout and Spacing for Binary Calculator
Fixes [#73 ]
Summary
This pull request introduces a refined styling update to the Binary Calculator's user interface, specifically focusing on button spacing and alignment. The changes ensure a cleaner and more user-friendly layout by adjusting the button sizes to be uniform and implementing consistent spacing between them.
Changes
calc()
in CSS to dynamically adjust button widths considering the margins.Rationale
The previous button layout had issues with inconsistent button sizes and buttons sticking together without adequate spacing. These adjustments make the interface more visually appealing and easier to interact with, enhancing the overall user experience.
Screenshots
before
![image](https://private-user-images.githubusercontent.com/109058389/376077740-4389acb9-66e2-44be-b007-e32bac3b5edf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzEyMjQsIm5iZiI6MTczODk3MDkyNCwicGF0aCI6Ii8xMDkwNTgzODkvMzc2MDc3NzQwLTQzODlhY2I5LTY2ZTItNDRiZS1iMDA3LWUzMmJhYzNiNWVkZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QyMzI4NDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yZjliOTZkZmQwMWIyYjg0ZTkzYjU2ZGU0OWM5ZWZmMGU0ZDM1Y2RlZGIwODk4NWJjMmQ5NWM2MmNlZDFkMjAxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.mLVgBGinsqDQ07EBv_O1AsowF29oFALiHvJTs9ITh40)
after
![image](https://private-user-images.githubusercontent.com/109058389/376077663-d76257bf-8b46-4d35-8f60-e0117be05fb3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzEyMjQsIm5iZiI6MTczODk3MDkyNCwicGF0aCI6Ii8xMDkwNTgzODkvMzc2MDc3NjYzLWQ3NjI1N2JmLThiNDYtNGQzNS04ZjYwLWUwMTE3YmUwNWZiMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QyMzI4NDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lYjcwZDUzY2I1NGNhMjdhOWNkOWU0NTM0NDk1MzRkNDkwZTcyMzUzNzZiZGIzZTM0ODlhZGUwNDBmMDI0NTAxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.kiQy4aPPWsvVwEOBqkZUPRQdgcsj5OC0Al4UzhZvZlI)
Request for Review
@Alitindrawan24 I kindly request a review from the team to ensure these changes meet our project's standards for design and functionality. Feedback or further suggestions for improvement are highly appreciated.