freeCodeCamp / league-for-good

An open source sports league management tool
BSD 3-Clause "New" or "Revised" License
163 stars 106 forks source link

Styling review - mobile views #101

Open domwakeling opened 6 years ago

domwakeling commented 6 years ago

Have had a look at how the app looks on a mobile device using Responsinator; doubtful that anyone would want to use it on a phone but I think optimising for tablet viewing is probably a good idea?

Suggest immediate issue is width of the drawer (Menu.jsx) which is currently set at 15% for viewports above 'mobile' - means that it renders with cut-off text on everything from mobile-landscape through tablet-portrait, and (on my local version) is very tight on name even on tablet-landscape.

paulywill commented 6 years ago

@domwakeling That's a pretty cool site!

Was not able to get past my local google login though.

I can see you're right though....we ought to do some mobile view testing.

Would Chrome developer mode work just the same?

paulywill commented 6 years ago

image