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 layouting so that different screen sizes get a consistent user experience #1

Open
jonas-pietzsch opened this issue Jan 14, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jonas-pietzsch
Copy link
Contributor

jonas-pietzsch commented Jan 14, 2019

Currently the left sidebar navigation has a fixed width. The content area on the right side will occupy the rest of the window width. Problem: on smaller devices, screens with low resolution or devices on which accessibility helper tools are used so a very high zoom factor is used, the content part becomes very small (if not even invisible).

Solution: Use automatic layouting using native power of CSS, e.g. flexbox or native CSS grid layout.

@jonas-pietzsch jonas-pietzsch added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jan 13, 2020
@jonas-pietzsch jonas-pietzsch removed good first issue Good for newcomers help wanted Extra attention is needed labels Mar 27, 2020
@jonas-pietzsch jonas-pietzsch self-assigned this Mar 27, 2020
@jonas-pietzsch jonas-pietzsch added this to the v1.0.0 milestone Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant