Toolbar height is adjusted based on max-width and orientation, main .container is not.
See original GitHub issue.toolbar__content {
height: 64px;
}
@media (max-width: 1424px) and (orientation: landscape)
.toolbar__content, .toolbar__extension {
height: 48px;
}
this does not take the width / height change into account:
.application--toolbar.application--footer>main>.container {
min-height: calc(100vh - 64px - 36px);
}
This causes: to jump up:
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Device width and height in material-ui - css - Stack Overflow
Try adjusting the screen size in the output window, you'll see media query affecting the styles.
Read more >web page layout; screen size; orientation and navigation ...
As its name implies, the width and height measurements are calculated and reported differently based using the box-sizing:box-border -- it is not traditional ......
Read more >Editor Size - CKEditor 4 Documentation
The CKEDITOR.config.height option sets the height of the editing area with CKEditor 4 content — it does not include the toolbar or the...
Read more >Viewport concepts - CSS: Cascading Style Sheets | MDN
We generally think of width and height media queries as being relative to the width and height of the browser window. They are...
Read more >Responsive web design basics
The layout changes based on the size and capabilities of the device. ... The Does not have a <meta name="viewport"> tag with width...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, let’s bump it down another break-point then.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord