Skip to content

Commit

Permalink
Enable RTL in player only mode
Browse files Browse the repository at this point in the history
Notably if someone sets the language to an RTL one, they'll actually be able to go back into the language menu now
  • Loading branch information
GarboMuffin committed Jun 22, 2024
1 parent 542bae5 commit c596b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playground/render-interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class Interface extends React.Component {
[styles.playerOnly]: isHomepage,
[styles.editor]: isEditor
})}
dir={isRtl ? 'rtl' : 'ltr'}
>
{isHomepage ? (
<div className={styles.menu}>
Expand Down

0 comments on commit c596b4b

Please sign in to comment.