EternoSeeker / gameoflife

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

Feat: Handling for mobile devies #315

Closed VijaySamant4368 closed 2 weeks ago

VijaySamant4368 commented 2 weeks ago

Describe the feature

The website looks good on a PC, but not on mobile devices in portrait mode. When the website is firstly loaded, the settings sidebar is open by default, but in many devices the 'X' button to collapse the settings is "hidden". Hidden in the sense that the user would have to scroll left to get the X button in the mobile view. In other words, the width of the settings menu is more than that of the mobile devices

Add ScreenShots

image

Record

EternoSeeker commented 2 weeks ago

there is a similar issue raised. let's see what they do

VijaySamant4368 commented 2 weeks ago

I am so sorry for not looking at open issues before raising my own.