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

Make sidebar consistent across all plugins #1296

Merged
merged 1 commit into from
Jul 19, 2018

Conversation

stephanwlee
Copy link
Contributor

  • Width is now fixed (and is variable to vw)
  • All slider are styled the same
  • Margin and padding of content in the sidebar the same
  • Made few elements respond better to variable width

Copy link
Contributor

@nfelt nfelt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the polish, this really improves the UI consistency.

#sidebar {
width: inherit;
flex: 0 0 25%;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to check my understanding, this CSS is what will now define the sidebar width and it's defined to be 25% of the parent (dashboard) width, bounded to a min of 270px and a max of 350px? Is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup! That's correct!

- Width is now fixed (and is variable to vw)
- All slider are styled the same
- Margin and padding of content in the sidebar the same
- Made few elements respond better to variable width
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

Successfully merging this pull request may close these issues.

2 participants