Skip to content
  • Ali @alimahwer ·

    Hi Ahmad, Do you have screen shots of the RTL effect of this code change?

  • Hey @alimahwer

    Currently I'm using this: (fix BIDI test and using awesome Vazir font)

    p,h1,div,span,a,ul,h2,h3,h4,li,input {
        direction: ltr;
        unicode-bidi: plaintext;
        text-align: inherit;
        font-family: 'Vazir', sans-serif;
    }

    Before:
    image

    After:
    image

  • Ali @alimahwer ·

    Thank you Ahmad.

    Have you tried applying this technique for the Nextcloud core and the rest of its apps?

  • your welcome, No, but this Css applied to p,h1,div,span,a,ul,h2,h3,h4,li,input and I think it should covers all used fields in Nextcloud, but you can expand this list and add more tags or classes

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment