Skip to content

Commit

Permalink
🐛 fix(article-navigation): adjust spacing for RTL (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo authored Feb 12, 2024
1 parent b3ef23f commit 011d24a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 011d24a

Please sign in to comment.