From 3ac254134f5fed81a02bc89b0ba5de3f5b49641f Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Sun, 2 Oct 2022 20:15:37 -0700 Subject: [PATCH] Documentation fix for mobile/small screens --- docs/source/_static/nature.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/source/_static/nature.css b/docs/source/_static/nature.css index ee6c86b042..a86b9653f4 100644 --- a/docs/source/_static/nature.css +++ b/docs/source/_static/nature.css @@ -23,7 +23,6 @@ body { color: #555; margin: 0; padding: 0; - height:88 } div.documentwrapper { @@ -456,9 +455,6 @@ code.descname { .search { visibility: visible; - position: absolute; - top: -7px; - right: 200px; } #top-link { @@ -476,10 +472,6 @@ code.descname { visibility: visible; } - .search { - right: 10px; - } - } @media print, screen and (max-width: 480px) { @@ -488,4 +480,10 @@ code.descname { padding-left: 2px; } + div.body { + min-width: auto; + max-width: none; + width: 100%; + } + }