mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
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:
parent
129783b98c
commit
63d0d9b472
@ -25,7 +25,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
$blocks-column-width: 250px !default;
|
||||
$blocks-column-width: 360px !default;
|
||||
|
||||
[data-region="blocks-column"] {
|
||||
width: $blocks-column-width;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user