From b5030907eb66931ac34f9a042b079890df9cc852 Mon Sep 17 00:00:00 2001 From: skullY Date: Tue, 25 Feb 2020 17:03:57 -0800 Subject: [PATCH] reduce the line-height of the sidebar --- docs/sidebar.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sidebar.css b/docs/sidebar.css index 23dbf7186..5c203ab32 100644 --- a/docs/sidebar.css +++ b/docs/sidebar.css @@ -12,3 +12,7 @@ .markdown-section h3 { margin-top: 16px; } + +.sidebar, .sidebar-nav { + line-height: 1.5em !important; +}