Skip to content

Commit

Permalink
fix(App): inverse left arrow icons when it is RTL
Browse files Browse the repository at this point in the history
Signed-off-by: Dorra Jaouad <[email protected]>
  • Loading branch information
DorraJaouad committed Jan 16, 2025
1 parent f1343ee commit 060fcec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,11 @@ body.talk-in-fullscreen {
body#body-public {
--footer-height: 0;
}

// Inversed left arrow icon for RTL languages
body[dir="rtl"] .material-design-icon.arrow-left-icon {
transform: scaleX(-1);
}
</style>

<style lang="scss" scoped>
Expand Down

0 comments on commit 060fcec

Please sign in to comment.