Merge branch 'MDL-73793-master' of https://github.com/bmbrands/moodle

This commit is contained in:
Jun Pataleta 2022-03-18 11:51:20 +08:00
commit 9a9244dcf9
4 changed files with 37 additions and 33 deletions

View File

@ -153,7 +153,7 @@
.drawer-right-toggle,
.drawer-left-toggle {
top: calc(99vh - (#{$navbar-height} * 2));
top: calc(99vh - (#{$navbar-height} * 2.5));
}
}
#page.drawers.scroll-down {

View File

@ -7,19 +7,21 @@ body {
height: 100%;
}
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column;
#page {
flex: 1 0 auto;
@include media-breakpoint-up(sm) {
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column;
#page-content {
#page {
flex: 1 0 auto;
display: flex;
flex-direction: column;
#page-content {
flex: 1 0 auto;
}
}
#page-footer {
flex-shrink: 0;
}
}
#page-footer {
flex-shrink: 0;
}
}

View File

@ -19885,18 +19885,19 @@ html,
body {
height: 100%; }
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column; }
#page-wrapper #page {
flex: 1 0 auto;
@media (min-width: 576px) {
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column; }
#page-wrapper #page #page-content {
flex: 1 0 auto; }
#page-wrapper #page-footer {
flex-shrink: 0; }
#page-wrapper #page {
flex: 1 0 auto;
display: flex;
flex-direction: column; }
#page-wrapper #page #page-content {
flex: 1 0 auto; }
#page-wrapper #page-footer {
flex-shrink: 0; } }
.popover-region {
position: relative; }
@ -20471,7 +20472,7 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
z-index: 100; }
.drawer-toggles .drawer-right-toggle,
.drawer-toggles .drawer-left-toggle {
top: calc(99vh - (60px * 2)); }
top: calc(99vh - (60px * 2.5)); }
#page.drawers.scroll-down .drawer-right-toggle {
transform: translateX(150%);
pointer-events: auto;

View File

@ -19831,18 +19831,19 @@ html,
body {
height: 100%; }
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column; }
#page-wrapper #page {
flex: 1 0 auto;
@media (min-width: 576px) {
#page-wrapper {
height: 100%;
display: flex;
flex-direction: column; }
#page-wrapper #page #page-content {
flex: 1 0 auto; }
#page-wrapper #page-footer {
flex-shrink: 0; }
#page-wrapper #page {
flex: 1 0 auto;
display: flex;
flex-direction: column; }
#page-wrapper #page #page-content {
flex: 1 0 auto; }
#page-wrapper #page-footer {
flex-shrink: 0; } }
.popover-region {
position: relative; }
@ -20417,7 +20418,7 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
z-index: 100; }
.drawer-toggles .drawer-right-toggle,
.drawer-toggles .drawer-left-toggle {
top: calc(99vh - (50px * 2)); }
top: calc(99vh - (50px * 2.5)); }
#page.drawers.scroll-down .drawer-right-toggle {
transform: translateX(150%);
pointer-events: auto;