mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-58303 theme_boost: change dashboard block breakpoint to xl
Part of MDL-55611 epic.
This commit is contained in:
parent
e6661428ad
commit
4265458949
@ -79,8 +79,8 @@ $THEME->layouts = [
|
||||
// My dashboard page.
|
||||
'mydashboard' => array(
|
||||
'file' => 'columns2.php',
|
||||
'regions' => array('content'),
|
||||
'defaultregion' => 'content',
|
||||
'regions' => array('side-pre'),
|
||||
'defaultregion' => 'side-pre',
|
||||
'options' => array('nonavbar' => true, 'langmenu' => true),
|
||||
),
|
||||
// My public page.
|
||||
|
@ -60,13 +60,13 @@ $blocks-plus-gutter: $blocks-column-width + $grid-gutter-width;
|
||||
#region-main.has-blocks {
|
||||
display: inline-block;
|
||||
width: calc(100% - #{$blocks-plus-gutter});
|
||||
@include media-breakpoint-down(md) {
|
||||
@include media-breakpoint-down(lg) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
[data-region="blocks-column"] {
|
||||
@include media-breakpoint-down(md) {
|
||||
@include media-breakpoint-down(lg) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user