mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-73594 theme_boost: only show lang icon on mobile
This commit is contained in:
parent
e63604fb6d
commit
eb6c4ddf4f
3 changed files with 11 additions and 0 deletions
|
@ -123,6 +123,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@include media-breakpoint-down(sm) {
|
||||||
|
.langbutton {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.moodle-actionmenu .menubar,
|
.moodle-actionmenu .menubar,
|
||||||
.action-menu-trigger .dropdown {
|
.action-menu-trigger .dropdown {
|
||||||
|
|
|
@ -20946,6 +20946,9 @@ div.editor_atto_toolbar button .icon {
|
||||||
content: "\f00c";
|
content: "\f00c";
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
padding-left: .25rem; }
|
padding-left: .25rem; }
|
||||||
|
@media (max-width: 767.98px) {
|
||||||
|
.navbar.fixed-top .langmenu .langbutton {
|
||||||
|
display: none; } }
|
||||||
.navbar.fixed-top .moodle-actionmenu .menubar,
|
.navbar.fixed-top .moodle-actionmenu .menubar,
|
||||||
.navbar.fixed-top .action-menu-trigger .dropdown {
|
.navbar.fixed-top .action-menu-trigger .dropdown {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -20892,6 +20892,9 @@ div.editor_atto_toolbar button .icon {
|
||||||
content: "\f00c";
|
content: "\f00c";
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
padding-left: .25rem; }
|
padding-left: .25rem; }
|
||||||
|
@media (max-width: 767.98px) {
|
||||||
|
.navbar.fixed-top .langmenu .langbutton {
|
||||||
|
display: none; } }
|
||||||
.navbar.fixed-top .moodle-actionmenu .menubar,
|
.navbar.fixed-top .moodle-actionmenu .menubar,
|
||||||
.navbar.fixed-top .action-menu-trigger .dropdown {
|
.navbar.fixed-top .action-menu-trigger .dropdown {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue