Skip to content

Commit 7fc51b8

Browse files
committed
Address review comments
1 parent 9a9dcab commit 7fc51b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

python_docs_theme/static/pydoctheme.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ div.related ul {
122122
padding-inline-start: 10px;
123123
}
124124

125-
html[dir='rtl'] div.related ul li.right {
125+
body[dir='rtl'] div.related ul li.right {
126126
float: left;
127127
margin-right: 0;
128128
margin-left: 5px;
@@ -240,7 +240,7 @@ div.body {
240240
padding-inline-start: 1.2em;
241241
}
242242

243-
html[dir='rtl'] div.body {
243+
body[dir='rtl'] div.body {
244244
direction: rtl;
245245
}
246246

@@ -755,7 +755,7 @@ div.genindex-jumpbox a {
755755
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
756756
overflow-y: auto;
757757
}
758-
html[dir='rtl'] .menu-wrapper {
758+
body[dir='rtl'] .menu-wrapper {
759759
transform: translateX(100%);
760760
}
761761
.menu-wrapper.open {

0 commit comments

Comments
 (0)