Change mobile breakpoint back to old version and allow main column to shrink (#32033)
This commit is contained in:
parent
bbf7752256
commit
b5bdc69f7b
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
|
|||
};
|
||||
|
||||
// Corresponds to (max-width: $no-gap-breakpoint - 1px) in SCSS
|
||||
mediaQuery = 'matchMedia' in window && window.matchMedia('(max-width: 1206px)');
|
||||
mediaQuery = 'matchMedia' in window && window.matchMedia('(max-width: 1174px)');
|
||||
|
||||
state = {
|
||||
renderComposePanel: !(this.mediaQuery && this.mediaQuery.matches),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue