Skip to content

Commit

Permalink
Maintain LTR controls when RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jul 24, 2023
1 parent 24af2ba commit dffc983
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server/pause.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ const controls = `
align-items: center;
}
[dir="rtl"] #d2l-test-controls #run {
flex-direction: row-reverse;
}
#d2l-test-controls #start {
font-size: 22px;
height: 600px;
Expand All @@ -47,6 +51,7 @@ const controls = `
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
#d2l-test-controls button {
Expand Down

0 comments on commit dffc983

Please sign in to comment.