From 6a803b5f4c51d1ab43dbfd9443c9f92274cc3ff2 Mon Sep 17 00:00:00 2001 From: Revathy Venugopal <104772255+Revathyvenugopal162@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:28:17 +0100 Subject: [PATCH] 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 --- doc/source/operator_reference_load.rst | 4 ++-- doc/source/operator_reference_load_apis.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/operator_reference_load.rst b/doc/source/operator_reference_load.rst index 35b7fb44f4..c78594285b 100644 --- a/doc/source/operator_reference_load.rst +++ b/doc/source/operator_reference_load.rst @@ -13,8 +13,8 @@ Loading operators. src="_static/dpf_operators.html#CPython" style=" position: fixed; - top: 50px; - bottom: 0px; + top: 55px; + bottom: 10px; right: 0px; width: 100%; border: none; diff --git a/doc/source/operator_reference_load_apis.rst b/doc/source/operator_reference_load_apis.rst index 12ce3a65f5..5779476ff7 100644 --- a/doc/source/operator_reference_load_apis.rst +++ b/doc/source/operator_reference_load_apis.rst @@ -12,8 +12,8 @@ Loading operators. src="_static/dpf_operators.html" style=" position: fixed; - top: 36px; - bottom: 0px; + top: 55px; + bottom: 10px; right: 0px; width: 100%; border: none; @@ -21,6 +21,6 @@ Loading operators. padding: 0; overflow: hidden; z-index: 1000; - height: 100%; + height: 94%; ">