minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Add mobile styles to Sessions Home view #243

Closed themightymo closed 4 months ago

themightymo commented 4 years ago

I noticed that the home Sessions view at https://sessions.minnestar.org/home is difficult to read on my phone (Pixel 3a). These styles add some very basic mobile readability to the existing view.

Mobile view BEFORE:

mobile view BEFORE

Mobile view AFTER:

mobile view AFTER
themightymo commented 4 years ago

There seems to be an issue with this code: while responsive styles load properly, they do not load when I'm testing devices in Chrome Inspector. I don't see "zoom:1" in the markup (a common cause of this issue with Inspector), nor was I able to find anything else that might cause this to happen (though clearly I missed something since it's happening). Any ideas what might be causing the mobile styles not to load when using devices in Chrome Inspector?

pcantrell commented 4 months ago

Thanks for this PR, @themightymo! Finally getting it merged. Only took us 4 years! I added a few hacks to make the session detail page look less broken on mobile as well.