🐛 fix(article-navigation): adjust spacing for RTL

This commit is contained in:
welpo 2024-02-12 19:28:37 +01:00
parent b3ef23f305
commit 1c059347db
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -213,6 +213,16 @@ details summary {
}
}
:dir(rtl) .article-navigation {
div:first-child {
text-align: right;
}
div:last-child {
text-align: left;
}
}
:dir(rtl) .arrow {
display: inline-block;
transform: rotate(180deg);