Skip to content

Commit

Permalink
Merge pull request #237 from appsembler/juniper/main
Browse files Browse the repository at this point in the history
Update from `juniper/main` (production)
  • Loading branch information
amirtds committed Nov 29, 2023
2 parents 2cd899e + 6bf6fa4 commit d596e71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
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

0 comments on commit d596e71

Please sign in to comment.