MichaelEbert / OblivionProgressTracker

Interactive progress tracker for TES IV: Oblivion
GNU General Public License v3.0
4 stars 5 forks source link

Mobile accessibility issues #306

Open MeemawHustlin opened 1 year ago

MeemawHustlin commented 1 year ago

Some various mobile issues carried over from conversations in the most recent PR:

MichaelEbert commented 1 year ago

The width of most mobile devices is too thin to make the sidebar visible, meaning that users have to navigate to and alter a few settings to get it to display. We could potentially modify the "Always On" sidebar behavior to be "Mobile" and make it collapse the sidebar to be underneath the main content in situations where the side bar would normally be hidden.

Or just rotate to landscape mode?

MichaelEbert commented 1 year ago

Hi, it's me, i'm the problem its me

I changed the "min width for second column" to 1000px. Mobile widescreen is like 960px so it doesn't do that anymore. oops.