summaryrefslogtreecommitdiffstats
path: root/src/theme/css/chrome.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/css/chrome.css')
-rw-r--r--src/theme/css/chrome.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css
index 2960e26c..2acd99c9 100644
--- a/src/theme/css/chrome.css
+++ b/src/theme/css/chrome.css
@@ -188,6 +188,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; }