-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
- Loading branch information
There are no files selected for viewing
4 comments
on commit bfc947f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there some context to why the height of the tall toolbar was dropped to 128px in this commit?
Sorry I also added a note, but I'm a bit new to GitHub, so my apologies if this creates any confusion...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! It was to make the height of the toolbar match the design spec (56 + 72 = 128). https://www.google.com/design/spec/layout/structure.html#structure-app-bar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK thank you for clarifying.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
min-height: $toolbar-tools-height;
This seems to produce some bugs with Safari and Chrome here (Firefox Dev works fine)
Is there any context available to why the height of the tall toolbar was dropped from 192px to 128px?