ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Better mobile support #53

Closed ogallagher closed 4 years ago

ogallagher commented 4 years ago

I’ve not really been testing the site as much on mobile screens as I’ve been developing it, and now there are a number of issues that make the site much worse on those devices. Here are some things the site could change for better mobile support (at least for mobile Safari, I don’t have access to other mobile browsers yet):

ogallagher commented 4 years ago

The gallery page extra width disappears when there are some search results.

ogallagher commented 4 years ago

The help modal now has a close button.

ogallagher commented 4 years ago

It appears the source of all the pages allowing slight horizontal scrolling was the footer, which was overriding the default horizontal padding for .container-fluid. Now all pages seem to be the correct width so far.

ogallagher commented 4 years ago

The contribute page credit radio buttons are now better spaced.

ogallagher commented 4 years ago

Scroll lock on mobile Safari now works by adding in $('body').css('overflow','hidden').