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

base theme: Wrap sidebar components in <div>s #9815

Merged
merged 1 commit into from Nov 11, 2021

Commits on Nov 3, 2021

  1. base theme: Wrap sidebar components in <div>s

    Responsive themes inheriting from the base theme might want to display
    the sidebar horizontally on narrower screens, which can be easily
    achieved with flexbox. This however requires that the individual sidebar
    components are wrapped in HTML elements so that flexbox can properly lay
    them out.
    not-my-profile committed Nov 3, 2021
    Copy the full SHA
    9e7e6dd View commit details
    Browse the repository at this point in the history