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 <luc.vanoostenryck@xxxxxxxxx> --- 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 8d6246e4202c..8791046c9013 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%; } -- 2.28.0