changed rtl behaviour#3
Conversation
|
@Sa23sa Thank you for your contribution, from looking at the code this doesn't fix the actual issue of rtl but forces the devtools to be oriented a certain way. I am wondering would you prefer that the layout shifts from ltr to rtl when the flag is present or if it was hardcoded like this? I would like to hear your thoughts on how you would like this handled and if you would want it changing directions |
|
@AlemTuzlak The issue is that devtools layout is affected if your remix app is in RTL direction. What is preferred is whether your remix app is in RTL direction or not, the devtools direction should stay the same. |
|
@Sa23sa Thank you for this one! I merged it and released v1.0.6 with rtl support! |


Description
I just tried this tool on my project (which has an RTL direction btw).
The layout is affected by setting the direction to "rtl" in the html tag.
The direction is shifted to the right which makes it a bad layout in rtl remix apps.
Fixes # (issue)
I added a CSS property to remain the same direction even if dir="rtl" exists.
It shouldn't affect any functionality.
Forgive my prettier formatter, It changed every double quotation mark to the single one :)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: