Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
docs(style.css): update sidenav width to be in accordance with materi…
Browse files Browse the repository at this point in the history
…al spec.

Refs 0318ca4
I believe 256px sidenav component width would be better accordance with material spec. incrementing keylines (64dp x 4 = 256dp) and this way sidenav component would fit perfectly to 8dp square baseline grid.
Spec detail: http://www.google.com/design/spec/layout/metrics-keylines.html#metrics-keylines-ratio-keylines

Closes #2392.
  • Loading branch information
offminded authored and ThomasBurleson committed Apr 17, 2015
1 parent ab0f67c commit ecbbd86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ code:not(.highlight) {
.site-sidenav,
.site-sidenav.md-locked-open-add-active,
.site-sidenav.md-locked-open {
width: 254px;
min-width: 254px;
max-width: 254px;
width: 256px;
min-width: 256px;
max-width: 256px;
}
.site-sidenav > * {
min-width: 218px;
Expand Down

0 comments on commit ecbbd86

Please sign in to comment.