mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Add rtl automatic detection to base.scss
This commit is contained in:
parent
0a57d032a7
commit
748e1788cb
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user