Skip to content

Commit 0411d62

Browse files
committed
Fix icons when using RTL
1 parent faa2e9e commit 0411d62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/theme/css/chrome.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ a > .hljs {
181181
left: var(--page-padding);
182182
}
183183

184+
/* Use the correct buttons for RTL layouts*/
185+
[dir=rtl] .previous i.fa-angle-left:before {content:"\f105";}
186+
[dir=rtl] .next i.fa-angle-right:before { content:"\f104"; }
187+
184188
@media only screen and (max-width: 1080px) {
185189
.nav-wide-wrapper { display: none; }
186190
.nav-wrapper { display: block; }

0 commit comments

Comments
 (0)