Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed width for the calculator #2

Closed
Ja-Uyoma opened this issue Nov 27, 2023 · 3 comments
Closed

Fixed width for the calculator #2

Ja-Uyoma opened this issue Nov 27, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Ja-Uyoma
Copy link
Owner

The calculator needs a fixed width in order to prevent it growing and shrinking along with changes in the size of the browser window. This would give all users the same experience while using it.

@Ja-Uyoma Ja-Uyoma added the bug Something isn't working label Nov 27, 2023
@Ja-Uyoma Ja-Uyoma self-assigned this Nov 27, 2023
@Uriyo
Copy link

Uriyo commented Nov 27, 2023

Try to work around media query, This would resolve the issue

@Ja-Uyoma
Copy link
Owner Author

Had the exact same thought. Thank you for the pointers. Really appreciate the help

@Ja-Uyoma Ja-Uyoma closed this as completed Dec 5, 2023
@Ja-Uyoma
Copy link
Owner Author

Ja-Uyoma commented Dec 5, 2023

Explicitly setting the width to 500px both restricts the width and prevents the buttons from growing or shrinking depending on the size of their container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants