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
This is... pretty intense on small screens.
Even the navbar takes up more space than it really needs to, when expanded:
Makes sense to work on this on a per-component basis, but we should also test each change in Screendoor. We have a lot of stacked navigation there.
The text was updated successfully, but these errors were encountered:
Screendoor's navbar expanded:
Buttons would take you straight to each page. Navigating dropdowns on mobile are often more trouble than they're worth.
We use .sidebar_nav for a few things in Screendoor, which dictate different design solutions. For example, when we use it as a filter:
.sidebar_nav
As opposed to section-level navigation:
Here are some concepts for bringing it all together:
Sorry, something went wrong.
No branches or pull requests
This is... pretty intense on small screens.
Even the navbar takes up more space than it really needs to, when expanded:
Makes sense to work on this on a per-component basis, but we should also test each change in Screendoor. We have a lot of stacked navigation there.
The text was updated successfully, but these errors were encountered: