about summary refs log tree commit diff
path: root/app/views/settings/imports
AgeCommit message (Collapse)Author
2017-04-17Optimize user setting page for mobile browser (#1924)Yuki Nakagawa
* 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-03-30Import feature for following/blocking lists (addresses #62, #177, #201, #454)Eugen Rochko