Fix icons when using RTL
This commit is contained in:
parent
7717b9dcf2
commit
5e0c68c45e
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue