There was an error while loading. Please reload this page.
1 parent 9a9dcab commit 7fc51b8Copy full SHA for 7fc51b8
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -122,7 +122,7 @@ div.related ul {
122
padding-inline-start: 10px;
123
}
124
125
-html[dir='rtl'] div.related ul li.right {
+body[dir='rtl'] div.related ul li.right {
126
float: left;
127
margin-right: 0;
128
margin-left: 5px;
@@ -240,7 +240,7 @@ div.body {
240
padding-inline-start: 1.2em;
241
242
243
-html[dir='rtl'] div.body {
+body[dir='rtl'] div.body {
244
direction: rtl;
245
246
@@ -755,7 +755,7 @@ div.genindex-jumpbox a {
755
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
756
overflow-y: auto;
757
758
- html[dir='rtl'] .menu-wrapper {
+ body[dir='rtl'] .menu-wrapper {
759
transform: translateX(100%);
760
761
.menu-wrapper.open {
0 commit comments