MDL-63043 core_blocks: Increase the fixed width to 360

Increase the fixed width of the column to 360. Already does the realign below centre column

Compiled css file
This commit is contained in:
Peter 2018-10-09 14:38:12 +08:00
parent 129783b98c
commit 63d0d9b472
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
}
}
$blocks-column-width: 250px !default;
$blocks-column-width: 360px !default;
[data-region="blocks-column"] {
width: $blocks-column-width;

View File

@ -11087,7 +11087,7 @@ div.editor_atto_toolbar button .icon {
color: #373a3c; }
[data-region="blocks-column"] {
width: 250px;
width: 360px;
float: right; }
/* We put an absolutely positioned div in a relatively positioned div so it takes up no space */
@ -11114,7 +11114,7 @@ div.editor_atto_toolbar button .icon {
#region-main-settings-menu.has-blocks,
#region-main.has-blocks {
display: inline-block;
width: calc(100% - 265px); }
width: calc(100% - 375px); }
@media (max-width: 1199.98px) {
#region-main-settings-menu.has-blocks,
#region-main.has-blocks {