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 26, 2023
1 parent 97396ec commit 2e060af
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 @@ -31,6 +31,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 @@ -46,6 +50,7 @@ const controls = `
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
#d2l-test-controls button {
Expand Down

0 comments on commit 2e060af

Please sign in to comment.