-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
MD Toolbar height weird #3746
Comments
critical error: @media (max-width: 960px) and (orientation: landscape) {
.mat-toolbar {
min-height: 48px;
}
} // Set the default height for the toolbar.
@include mat-toolbar-height($mat-toolbar-height-desktop); |
You can see from #2157 that those numbers are coming from the Material spec for app bars.
|
ciao, chrome debian is not mobile landscape. still it changes the toolbar height. |
sent you 3 screenshots. they all desktop landscape. still it shrinks like it is a mobile landscape. |
sorry i sent you mobile screenshot, i send you a new 3 shots. same bug. sorry. |
Ahh it looks like this might have been fixed by #3312, which will be included in the next release. |
cool, thanks so much. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Please check my site:
https://pages.corifeus.tk/
When you size the browser width with a toolbar, it is correct, instead about the middle width it becomes too small.
Like toolbar:
width ~1920 - toolbar height = X
width ~889 toolbar height = 0.8 * X
width ~785 toolbar height = X
It should be the same, except maybe when width < 600.
Widest, height correct:
Middle, height it too narrow:
Narrow, height is correct:
The text was updated successfully, but these errors were encountered: