welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

🐛 fix(i18n): fix header anchor for RTL #270

Closed TheAwiteb closed 4 months ago

TheAwiteb commented 4 months ago

Fix https://github.com/welpo/tabi/issues/269

Will looks like after this PR

In English

https://github.com/welpo/tabi/assets/59842932/a20d76a5-901c-41fc-803d-15c55dfe800b

In Arabic

https://github.com/welpo/tabi/assets/59842932/be8fc595-cbc2-4ad6-b0eb-d93ed1c70bbc

welpo commented 4 months ago

Hello!

Just pushed a commit to use the :dir() CSS pseudo-class to target the styling only for rtl text.

Can you please confirm it works as expected? I tested it locally and it looks good to me.

TheAwiteb commented 4 months ago

Can you please confirm it works as expected

Yes, is work great!!