forked from deepStateMirrors/tabi
🐛 fix(article-navigation): adjust spacing for RTL (#275)
This commit is contained in:
parent
b3ef23f305
commit
011d24a74b
1 changed files with 10 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue