Add rtl automatic detection to base.scss

This commit is contained in:
Amir Pourmand 2025-08-24 14:52:55 +03:30
parent 0a57d032a7
commit 748e1788cb

View File

@ -645,3 +645,9 @@ iframe.pdf {
transition: width 0.2s ease; transition: width 0.2s ease;
z-index: 9999; z-index: 9999;
} }
html[lang^="he"] *,
html[lang^="fa"] *,
html[lang^="ar"] * {
direction: rtl;
}