Skip to content

Commit

Permalink
Merge branch 'MDL-76000' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdef committed Nov 9, 2022
2 parents 613fe49 + 225aab8 commit db2b0ed
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/boost/scss/moodle/tertiarynavigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
}
}

@include media-breakpoint-down(sm) {
.tertiary-navigation {
.mform {
padding-left: initial;
}
}
}

@media print {
.tertiary-navigation {
display: none;
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -21859,6 +21859,10 @@ div.editor_atto_toolbar button .icon {
.tertiary-navigation .navitem-divider:not(:last-child) {
margin-right: 20px; }

@media (max-width: 767.98px) {
.tertiary-navigation .mform {
padding-left: initial; } }

@media print {
.tertiary-navigation {
display: none; } }
Expand Down
4 changes: 4 additions & 0 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -21805,6 +21805,10 @@ div.editor_atto_toolbar button .icon {
.tertiary-navigation .navitem-divider:not(:last-child) {
margin-right: 20px; }

@media (max-width: 767.98px) {
.tertiary-navigation .mform {
padding-left: initial; } }

@media print {
.tertiary-navigation {
display: none; } }
Expand Down

0 comments on commit db2b0ed

Please sign in to comment.