Skip to content

Commit 5e0c68c

Browse files
cN3rdehuss
authored andcommitted
Fix icons when using RTL
1 parent 7717b9d commit 5e0c68c

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
@@ -188,6 +188,10 @@ a > .hljs {
188188
left: var(--page-padding);
189189
}
190190

191+
/* Use the correct buttons for RTL layouts*/
192+
[dir=rtl] .previous i.fa-angle-left:before {content:"\f105";}
193+
[dir=rtl] .next i.fa-angle-right:before { content:"\f104"; }
194+
191195
@media only screen and (max-width: 1080px) {
192196
.nav-wide-wrapper { display: none; }
193197
.nav-wrapper { display: block; }

0 commit comments

Comments
 (0)