EternoSeeker / gameoflife

Conway's Game of Life
https://eternalgameoflife.netlify.app/
GNU General Public License v3.0
57 stars 108 forks source link

BUG: The sidebar and buttons isn't responsive #308

Closed r7projects-shayan closed 3 months ago

r7projects-shayan commented 3 months ago

Is there an existing issue for this?

What happened?

There is no option visible to close the sidebar in iphones. The close option is only visible for other smartphones bigger than iphones, and other devices or larger screen size.

The layout of the buttons and the gaps between them on smaller devices is not perfect, and some buttons are too close kind of overlapping with one another.

Screenshots

Screenshot 2024-06-21 221723 Screenshot 2024-06-21 221812

Record

r7projects-shayan commented 3 months ago

@EternoSeeker kindly assign me this issue so that I can start working on it

EternoSeeker commented 3 months ago

you can work on it

r7projects-shayan commented 3 months ago

Alright @EternoSeeker

partha120804 commented 3 months ago

The play/pause/fast/slow buttons looks to be set to fixed withs you can use variable width (like in the buttons) to resolve it :) 👍🏻