Merge branch 'MDL-83513-main' of https://github.com/roland04/moodle

This commit is contained in:
Huong Nguyen 2024-11-20 09:00:27 +07:00
commit 68fd46d625
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
12 changed files with 7 additions and 48 deletions

View file

@ -68,19 +68,6 @@
}
}
}
body.mediumwidth {
#page.drawers {
.main-inner {
max-width: $medium-content-maxwidth;
}
.footer-popover {
max-width: $medium-content-maxwidth;
width: 100%;
margin: 0 auto;
@include border-radius();
}
}
}
.header-maxwidth {
max-width: $course-content-maxwidth;
margin: 0 auto;

View file

@ -24,9 +24,6 @@ body {
body.limitedwidth.uses-drawers & {
max-width: $course-content-maxwidth;
}
body.mediumwidth.uses-drawers & {
max-width: $medium-content-maxwidth;
}
}
}
// Adjust sticky footer width when drawers are open.

View file

@ -25,7 +25,6 @@ $primary-nav-padding-x: ($spacer * 0.5) !default;
$navbar-height: 60px !default;
$stickyfooter-height: calc(max(80px, calc(#{$font-size-base} * 3))) !default;
$course-content-maxwidth: 830px !default;
$medium-content-maxwidth: 1120px !default;
$h5p-content-maxwidth: 960px !default;
$box-shadow-drawer-left: -0.25rem .25rem .8rem rgba($black, .025) !default;

View file

@ -36668,9 +36668,6 @@ body {
.pagelayout-standard .stickyfooter .sticky-footer-content, body.limitedwidth.uses-drawers .stickyfooter .sticky-footer-content {
max-width: 830px;
}
body.mediumwidth.uses-drawers .stickyfooter .sticky-footer-content {
max-width: 1120px;
}
}
.stickyfooter .sticky-footer-content-wrapper {
transition: 0.2s;
@ -37386,15 +37383,6 @@ body.tox-fullscreen .tox.tox-tinymce-aux {
margin: 0 auto;
border-radius: 0.5rem;
}
body.mediumwidth #page.drawers .main-inner {
max-width: 1120px;
}
body.mediumwidth #page.drawers .footer-popover {
max-width: 1120px;
width: 100%;
margin: 0 auto;
border-radius: 0.5rem;
}
.header-maxwidth {
max-width: 830px;
margin: 0 auto;

View file

@ -36602,9 +36602,6 @@ body {
.pagelayout-standard .stickyfooter .sticky-footer-content, body.limitedwidth.uses-drawers .stickyfooter .sticky-footer-content {
max-width: 830px;
}
body.mediumwidth.uses-drawers .stickyfooter .sticky-footer-content {
max-width: 1120px;
}
}
.stickyfooter .sticky-footer-content-wrapper {
transition: 0.2s;
@ -37320,15 +37317,6 @@ body.tox-fullscreen .tox.tox-tinymce-aux {
margin: 0 auto;
border-radius: 0.25rem;
}
body.mediumwidth #page.drawers .main-inner {
max-width: 1120px;
}
body.mediumwidth #page.drawers .footer-popover {
max-width: 1120px;
width: 100%;
margin: 0 auto;
border-radius: 0.25rem;
}
.header-maxwidth {
max-width: 830px;
margin: 0 auto;