Skip to content

Commit d596e71

Browse files
authored
Merge pull request #237 from appsembler/juniper/main
Update from `juniper/main` (production)
2 parents 2cd899e + 6bf6fa4 commit d596e71

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

lms/static/sass/shared/_header.scss

+8-3
Original file line numberDiff line numberDiff line change
@@ -210,17 +210,21 @@
210210
.dropdown-user-menu {
211211
position: absolute;
212212
top: 100%;
213-
right: 0;
214213
width: auto;
215214
min-width: calcRem(180);
216215
max-width: 80%;
217216

217+
// Targeting RTL language using dir attribute
218+
[dir="rtl"] & {
219+
right: auto;
220+
left: 0;
221+
}
222+
218223
.dropdown-item {
219224
white-space: unset;
220225
}
221226

222227
.dropdown-nav-item {
223-
224228
a {
225229
padding: calcRem(20);
226230
color: $base-text-color;
@@ -364,4 +368,5 @@
364368
}
365369
}
366370
}
367-
}
371+
}
372+

lms/templates/design-templates/footer/_footer-appsembler-01.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<p>
4747
Powered by:
4848
</p>
49-
<a href="https://www.appsembler.com" target="_blank" id="footer-appsembler-logo">
49+
<a href="https://appsembler.com/" target="_blank" id="footer-appsembler-logo">
5050
<img src="${static.url('images/appsembler-logo-positive.svg')}" alt="" />
5151
</a>
5252
<a href="http://open.edx.org" target="_blank" id="footer-openedx-logo">

0 commit comments

Comments
 (0)