From 1fc6f77378120ac3336809b758db9965145943e0 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 3 Jun 2021 19:30:45 +0200 Subject: [PATCH] docs: Make toctree more spread out Easier to tap on a phone --- doc_src/python_docs_theme/static/pydoctheme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 7923d6a37..112dd1e75 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -118,6 +118,10 @@ div.sphinxsidebarwrapper > ul > li > ul > li { margin-bottom: 0.4em; } +ul li.toctree-l1 { + line-height: 150%; +} + form.inline-search input, div.sphinxsidebar input { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;