MDL-73594 theme_boost: only show lang icon on mobile

This commit is contained in:
Bas Brands 2022-01-26 15:31:44 +01:00
parent e63604fb6d
commit eb6c4ddf4f
3 changed files with 11 additions and 0 deletions

View file

@ -20946,6 +20946,9 @@ div.editor_atto_toolbar button .icon {
content: "\f00c";
font-size: 0.75rem;
padding-left: .25rem; }
@media (max-width: 767.98px) {
.navbar.fixed-top .langmenu .langbutton {
display: none; } }
.navbar.fixed-top .moodle-actionmenu .menubar,
.navbar.fixed-top .action-menu-trigger .dropdown {
height: 100%;