mastodon/app/views/settings
Yuki Nakagawa 548ff54714 Optimize user setting page for mobile browser (#1924)
* Remove overflow because it blocks scrolling on mobile safari.

* Add “-webkit-overflow-scrolling: touch;” to enable smooth scroll on mobile safari and other webkit browsers.

* Use radio buttons in user setting page.

Because select tags with long text are not fit in the width of mobile devices.

* Add flex property to fit labels to devise width.

* Change font size of select.

It causes auto zooming on mobile safari.
2017-04-17 10:37:00 +02:00
..
exports Settings export refactor (#1646) 2017-04-13 13:02:02 +02:00
imports Optimize user setting page for mobile browser (#1924) 2017-04-17 10:37:00 +02:00
preferences Optimize user setting page for mobile browser (#1924) 2017-04-17 10:37:00 +02:00
profiles Update settings to re-use admin layout, one big navigation tree, improve settings forms 2017-01-28 03:56:10 +01:00
shared Added optional two-factor authentication 2017-01-27 20:35:16 +01:00
two_factor_auths Use local vars in partials (#1935) 2017-04-16 16:37:49 +02:00