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

main
Óscar 1 year ago committed by GitHub
parent b3ef23f305
commit 011d24a74b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save