Skip to content

Commit 6a803b5

Browse files
docs: update the style of the operator reference in docs (#1472)
* fix: update the position at operator.html * fix: update the position at operator.html
1 parent 74e9137 commit 6a803b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/source/operator_reference_load.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Loading operators.
1313
src="_static/dpf_operators.html#CPython"
1414
style="
1515
position: fixed;
16-
top: 50px;
17-
bottom: 0px;
16+
top: 55px;
17+
bottom: 10px;
1818
right: 0px;
1919
width: 100%;
2020
border: none;

doc/source/operator_reference_load_apis.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Loading operators.
1212
src="_static/dpf_operators.html"
1313
style="
1414
position: fixed;
15-
top: 36px;
16-
bottom: 0px;
15+
top: 55px;
16+
bottom: 10px;
1717
right: 0px;
1818
width: 100%;
1919
border: none;
2020
margin: 0;
2121
padding: 0;
2222
overflow: hidden;
2323
z-index: 1000;
24-
height: 100%;
24+
height: 94%;
2525
">
2626
</iframe>

0 commit comments

Comments
 (0)