We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
aside
Fedora
0.15.0
0.3.2
The text was updated successfully, but these errors were encountered:
It seems this is already supposed to be the case, but the CSS media queries aren't defined/evaluated in the right order:
Here the second media query should be active, but instead the first one is.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: