Skip to content

Commit

Permalink
fix: shell direction (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShlomoCode committed Feb 9, 2024
1 parent d5487ba commit 6d7ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Shell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
class="shell"
:class="{ ['shell--hidden']: !showShell }"
:style="{ height: `${this.shellHeight}em` }"
:style="{ height: `${this.shellHeight}em`, direction: 'ltr' }"
>
<div
@pointerdown="startDrag()"
Expand Down

0 comments on commit 6d7ba65

Please sign in to comment.