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 faa2e9e commit 0411d62Copy full SHA for 0411d62
src/theme/css/chrome.css
@@ -181,6 +181,10 @@ a > .hljs {
181
left: var(--page-padding);
182
}
183
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
+
188
@media only screen and (max-width: 1080px) {
189
.nav-wide-wrapper { display: none; }
190
.nav-wrapper { display: block; }
0 commit comments