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

update the dashboard examples #18707

Closed
wants to merge 2 commits into from
Closed

update the dashboard examples #18707

wants to merge 2 commits into from

Conversation

bassjobsen
Copy link
Contributor

Please notice that many fixes are required for the issue already described at #17756.

There is also an issue for the sidebar with position: fixed in a flexbox item having now width, see also /* see http://stackoverflow.com/questions/34344623/fixed-position-element-inheriting-width-of-flex-item */
Solved for by:

width: calc(100% * (3/12));
@media (min-width: 768px) {
  .nav-sidebar {
    width: calc(100% * (2/12)); 
  }
}  

Code only tested on FF and Chrome

should also work with flexbox enabled
Add CSS classes for sidebar nav, update navigation bar code, colourized the circles.
@bassjobsen
Copy link
Contributor Author

close in favor of #18709

@bassjobsen
Copy link
Contributor Author

see: #17816

@mdo mdo closed this in #21140 Nov 26, 2016
@mdo mdo mentioned this pull request Nov 26, 2016
@mdo mdo added this to the v4.0.0-alpha.6 milestone Nov 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants