Fix icons when using RTL

This commit is contained in:
cN3rd 2021-09-03 17:53:49 +03:00 committed by Eric Huss
parent 7717b9dcf2
commit 5e0c68c45e
1 changed files with 4 additions and 0 deletions

View File

@ -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; }