🐛 fix(article-navigation): adjust spacing for RTL (#275)
This commit is contained in:
parent
b3ef23f305
commit
011d24a74b
@ -213,6 +213,16 @@ details summary {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:dir(rtl) .article-navigation {
|
||||||
|
div:first-child {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
div:last-child {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
:dir(rtl) .arrow {
|
:dir(rtl) .arrow {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user