nuxt-themes / docus

Write beautiful documentations with Nuxt and Markdown.
https://docus.dev
MIT License
1.55k stars 157 forks source link

Add RTL support feature #824

Open boussadjra opened 1 year ago

boussadjra commented 1 year ago

This should support languages that have the RTL direction, or how can we style the pages to support this

atinux commented 1 year ago

Happy to open a PR for it?

boussadjra commented 1 year ago

Yes, of course I'll try

boussadjra commented 1 year ago

I've tried to do that, I can now change direction successfully, but I didn't find a good way to deal with styles (text-align,padding,margin...)

atinux commented 1 year ago

Could you open a PR so we can take a look at it?

boussadjra commented 1 year ago

Yes I did #825

Tahul commented 1 year ago

@bdrtsky has included that feature inside #909 ; I would happily gather your feedbacks on this implementation once I got a running deployment of it @boussadjra.