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

#main min-width of 830px causes horizontal scrolling #22

Open
EnnoLangelotz opened this issue Nov 6, 2015 · 2 comments
Open

#main min-width of 830px causes horizontal scrolling #22

EnnoLangelotz opened this issue Nov 6, 2015 · 2 comments

Comments

@EnnoLangelotz
Copy link

In global.css line 418 the min-width of 830px seems to be arbitrary, unless I am missing something. Taking it out seems to work fine and prevents horizontal scrolling on small screens.

@Jack000
Copy link
Owner

Jack000 commented Nov 6, 2015

I think there should be some kind of min-width, because at a certain point the sidebar gets to be a significant fraction of screen-width. Right now the minimum is about 1024px, but I guess it could be smaller.

Maybe 640px would be a better minimum?

@EnnoLangelotz
Copy link
Author

Ok, so if the sidebar is the reason, would it make sense to apply a max-width to it instead? It seems more natural and avoids problems on smaller screens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants