Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from juniper/main (production) #237

Merged
merged 10 commits into from
Nov 29, 2023
11 changes: 8 additions & 3 deletions lms/static/sass/shared/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,21 @@
.dropdown-user-menu {
position: absolute;
top: 100%;
right: 0;
width: auto;
min-width: calcRem(180);
max-width: 80%;

// Targeting RTL language using dir attribute
[dir="rtl"] & {
right: auto;
left: 0;
}

.dropdown-item {
white-space: unset;
}

.dropdown-nav-item {

a {
padding: calcRem(20);
color: $base-text-color;
Expand Down Expand Up @@ -364,4 +368,5 @@
}
}
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<p>
Powered by:
</p>
<a href="https://www.appsembler.com" target="_blank" id="footer-appsembler-logo">
<a href="https://appsembler.com/" target="_blank" id="footer-appsembler-logo">
<img src="${static.url('images/appsembler-logo-positive.svg')}" alt="" />
</a>
<a href="http://open.edx.org" target="_blank" id="footer-openedx-logo">
Expand Down