This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mdToolbar): Vary height depending upon device width/orientation.
On smaller screens, the toolbar now properly changes sizes according to the Material Specs. closes #2047 closes #4161
- Loading branch information
1 parent
a12f940
commit b6e1098
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b6e1098
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.
Why did you set background to green at line 133? What about primaryPalette theme?
md-toolbar {
b6e1098
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.
@lmadeira Good question. I removed this, assuming it was used for debugging and accidentally left in.
8c71d0c
@topherfangio Just wanted to mention you here to confirm my suspicions.
b6e1098
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.
Thank you Robert. You guys are doing an amazing job here!
b6e1098
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.