evanpipta / logophile

A word game inspired by boggle. Written in Node and playable in a web browser.
http://logophile.online/
GNU General Public License v2.0
2 stars 0 forks source link

Fix layout for mobile so everything is visible #3

Open evanpipta opened 7 years ago

evanpipta commented 7 years ago

Fix the in-game layout AND homepage layout

This does not include interacting with swipes/sidebar/etc. it's strictly about converting to grid layout for the main panels of the game and homepage components

evanpipta commented 7 years ago

I'm reverting back to the flexbox layout for the game panel, it makes more sense. A grid loud isn't necessary for the inner game section.

However, sass needs to be split into separate files for the game, sidebar, etc.

evanpipta commented 7 years ago

In order to do this properly, the task "Vue upgrade" and "Componentize UI" should probably be done first or at the same time