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

This commit is contained in:
Óscar 2024-02-12 19:32:37 +01:00 committed by GitHub
parent b3ef23f305
commit 011d24a74b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);