cmccormack / minesweeper

Simple Minesweeper Game in JS
MIT License
1 stars 3 forks source link

Add mobile-responsive design #8

Open cmccormack opened 5 years ago

cmccormack commented 5 years ago

Site should be mobile responsive from the beginning. This issue can track any issues with the mobile version of the site.

bradtaniguchi commented 4 years ago

I assume this means the styling needs to just "scale" with the UI right? Would this mean having % of the screen for all elements of the game work out, or something else? My CSS skills aren't very strong so I'm curious as to what the best approach here would be :)

cmccormack commented 4 years ago

@bradtaniguchi yeah basically restructuring certain elements to better fit on a mobile device, removing unnecessary UI elements that aren't needed unless on desktop, making some text easier to read, surfacing items in dropdown to make it easier to find, etc...