From cd93f56e200320975ae45ca6e3f3583c9b2b7caf Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Mon, 10 Aug 2020 21:46:31 +0200 Subject: doc: make the sidebar more compact There is generous spacing in the sidebar, too generous. So, reduce it to something more compact, which will also allow more entries without scrolling. Signed-off-by: Luc Van Oostenryck --- Documentation/sphinx/static/theme_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/sphinx/static/theme_overrides.css b/Documentation/sphinx/static/theme_overrides.css index 8d6246e4..8791046c 100644 --- a/Documentation/sphinx/static/theme_overrides.css +++ b/Documentation/sphinx/static/theme_overrides.css @@ -1,3 +1,7 @@ +.wy-menu-vertical a, .wy-menu-vertical li.current > a, .wy-menu-vertical p.caption { + padding: 0.2em 1.2em; +} + .wy-side-nav-search > a img.logo { width: 60%; } -- cgit 1.2.3-korg