Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve layout of login pages on mobile devices #1649

Open
mrkvon opened this issue Jun 2, 2023 · 1 comment
Open

Improve layout of login pages on mobile devices #1649

mrkvon opened this issue Jun 2, 2023 · 1 comment
Labels
☀️ enhancement New feature or request good first issue Good for newcomers

Comments

@mrkvon
Copy link

mrkvon commented Jun 2, 2023

Layout of login and signup pages is kind of broken on mobile devices.

Users, who sign in or sign up from a web application, have to visit these pages. Even when the application looks great on mobile, this can ruin the experience.

Therefore, would it make sense to display these pages properly on different screen sizes, e.g. with media queries? Or can application developers control looks of these pages? Or server administrators? Or both?

Even if it's customizable, it would be great if there is a properly working default.

Here's screenshots of what i mean, please notice the horizontal overflows:

Sign up Sign up Log in Forgot password Give access to application

@joachimvh joachimvh added ☀️ enhancement New feature or request good first issue Good for newcomers labels Jun 5, 2023
@joachimvh
Copy link
Member

As with all things CSS these can be modified yes. All the HTML paths can be found here so these can be changed by overriding the templates parameter.

My main focus for the HTML pages is always to just get something out there that works so people can base their versions on it as writing decent HTML pages is not something I'm great at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☀️ enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants