Skip to content

Commit

Permalink
Fix icons when using RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
cN3rd committed Sep 3, 2021
1 parent faa2e9e commit 0411d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ a > .hljs {
left: var(--page-padding);
}

/* Use the correct buttons for RTL layouts*/
[dir=rtl] .previous i.fa-angle-left:before {content:"\f105";}
[dir=rtl] .next i.fa-angle-right:before { content:"\f104"; }

@media only screen and (max-width: 1080px) {
.nav-wide-wrapper { display: none; }
.nav-wrapper { display: block; }
Expand Down

0 comments on commit 0411d62

Please sign in to comment.