corbindavenport / imageshare

A lightweight web app for uploading images, created for the Nintendo 3DS and other legacy web browsers.
https://theimageshare.com
GNU General Public License v3.0
83 stars 5 forks source link

Rendering issues on Safari 2.0 #16

Closed corbindavenport closed 7 months ago

corbindavenport commented 1 year ago

The QR code is stretched out on Safari 2.0 on Mac OS X 10.4, and it's also not using the desktop view with two columns. This might require using hardcoded pixel width values as the base CSS, with overrides in the media queries.

B51CD526-33B6-41EC-BB15-95F5269228DD

corbindavenport commented 7 months ago

This should be fixed now, I noticed the same issue with the QR code on Netscape 6 and fixed it with new CSS code. Browsers without media-query support will keep the one-column layout.