Skip to content

Commit

Permalink
🐛 fix(article-navigation): adjust spacing for RTL (welpo#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo authored and Smtbook committed Feb 29, 2024
1 parent 48135a5 commit 65649e4
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 65649e4

Please sign in to comment.