mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-57210 theme_boost: fix header buttons on smaller resolutions
This commit is contained in:
parent
a0352aa95e
commit
3cc12bd747
@ -194,8 +194,11 @@ select {
|
||||
.breadcrumb-button {
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
&.nonavbar {
|
||||
margin-top: -3rem;
|
||||
|
||||
@include media-breakpoint-up('md') {
|
||||
&.nonavbar {
|
||||
margin-top: -3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user