We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7717b9d commit 5e0c68cCopy full SHA for 5e0c68c
src/theme/css/chrome.css
@@ -188,6 +188,10 @@ a > .hljs {
188
left: var(--page-padding);
189
}
190
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
+
195
@media only screen and (max-width: 1080px) {
196
.nav-wide-wrapper { display: none; }
197
.nav-wrapper { display: block; }
0 commit comments