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

Set a maximum width for the sidebars #4

Open
yorickpeterse opened this issue Aug 6, 2024 · 1 comment
Open

Set a maximum width for the sidebars #4

yorickpeterse opened this issue Aug 6, 2024 · 1 comment
Labels
accepting contributions Contributions from non-maintainers are accepted bug

Comments

@yorickpeterse
Copy link
Contributor

Description

The left and right sidebar can scale horizontally to accommodate their content. This in turn results in the main/content window shrinking.

We should set a maximum width on the aside elements. A maximum width of 300 pixels should be sufficient.

Operating system

Fedora

Inko version

0.15.0

idoc version

0.3.2

@yorickpeterse yorickpeterse added accepting contributions Contributions from non-maintainers are accepted bug labels Aug 6, 2024
@yorickpeterse
Copy link
Contributor Author

It seems this is already supposed to be the case, but the CSS media queries aren't defined/evaluated in the right order:

image

Here the second media query should be active, but instead the first one is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting contributions Contributions from non-maintainers are accepted bug
Projects
None yet
Development

No branches or pull requests

1 participant