-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Toolbar should resize height based on media #2047
Comments
@ThomasBurleson the new Typography styles use |
In addition to the toolbar resizing, the app bar buttons to the right should also have the margins/padding adjusted. For smaller media screens: For larger media screens: NOTE: The spacing on the right is calculated from the right edge of the toolbar to the button image's right edge (without the padding), not to the edge of the 48x48 button size with padding. Spacing between the buttons are also much smaller. It looks to be 4px or less, not the typical 8px spacing between buttons. |
are we expecting this in 1.0 ? |
On smaller screens, the toolbar now properly changes sizes according to the Material Specs. closes #2047
On smaller screens, the toolbar now properly changes sizes according to the Material Specs. closes #2047
On smaller screens, the toolbar now properly changes sizes according to the Material Specs. closes angular#2047 closes angular#4161
According to Material Designs Guides for Layout Structure of App Bar:
Metrics
Default height:
Mobile Landscape: 48dp
Mobile Portrait: 56dp
Tablet/Desktop: 64dp
For extended app bars, the height is equal to the default height plus content increment(s).
Under desktop resolution, the toolbar is 64dp. However, as I resize to smaller resolution, the toolbar height does not change and continues to stay at 64dp when it should resize appropriately to the correct height.
The text was updated successfully, but these errors were encountered: