gjbarnard / moodle-theme_foundation

Foundation theme for Moodle.
GNU General Public License v3.0
8 stars 0 forks source link

User menu on mobile #3

Closed gjb2048 closed 4 years ago

gjb2048 commented 5 years ago

f_usermenu_mobile

gjb2048 commented 5 years ago

.navbar-nav .dropdown-menu { position: absolute; right: 0; left: auto; }

miotto commented 5 years ago

The code affects the dropdown list of 'My courses'.

foundation_mycourses

I think it should be called more specific for the user menu

.navbar-nav .usermenu .dropdown-menu {
    left: auto;
    position: absolute;
    right: 0;
}
gjb2048 commented 5 years ago

Ta.

gjb2048 commented 5 years ago

Updated.