Commit Graph

10 Commits (15a4fc5dcc8e7a6b51ba5c33e921f0e9b70a0c6e)

Author SHA1 Message Date
857b 3572f4423f enable to scroll the setting's page sidebar ()
* enable to scroll the setting's page sidebar

add scroll:auto and use margin instead of padding for the bottom

* Update admin.scss

* Update admin.scss

* Update admin.scss
spf 9783d8b6c0 fix admin input display ()
Yuki Nakagawa 548ff54714 Optimize user setting page for mobile browser ()
* 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.
Eugen Rochko dbd80465c8 Fix small styling issues
Eugen Rochko d0f087db2d Add UI to view report details, remove reported statuses, quick links to resolve/silence/suspend from report
Eugen Rochko 5426f06ac2 Fix admin UI for accounts somewhat
Eugen Rochko 9b2c728251 Fix settings design on mobile
Eugen Rochko f4bc9620a9 Update settings to re-use admin layout, one big navigation tree, improve settings forms
Eugen Rochko f855d645b2 Move all hex colors in SASS to variables and all variations to darken/lighten
Eugen Rochko 76ec907993 Improved admin UI