@Shienvien:
I implemented a "force-device-width" toggle on the user-edit page. It will be on by default when I push the changes, but you'll be able to opt out of the forced width that way.
The guild currently has no forced width, but the mobile-friendly changes require me to turn it on. This will allow users to opt out of it since I'm sure my changes will make the guild worse for some smartphone/tablet users until it gets better.
For anyone curious, the force-device-width directive I'm referring to is this bit of HTML:
I implemented a "force-device-width" toggle on the user-edit page. It will be on by default when I push the changes, but you'll be able to opt out of the forced width that way.
The guild currently has no forced width, but the mobile-friendly changes require me to turn it on. This will allow users to opt out of it since I'm sure my changes will make the guild worse for some smartphone/tablet users until it gets better.
For anyone curious, the force-device-width directive I'm referring to is this bit of HTML:
<meta name="viewport" content="width=device-width, initial-scale=1">
More info: https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag
Mahz is the Admin. He's the man with the plan and the Guild's head honcho.
(At least, that's as far as I could take it without rewriting more code than I have the stomach to do right now)
Gonna do one more pass through my updates on my local machine and then push it up to the server.
- I took 
)
In the more mobile-friendly revision I'm working on, I'd like to make Top/Bottom buttons that actually scroll with you or something. Kinda like how this mobile-friendly Xenforo theme does it: