瀏覽代碼

reduce the line-height of the sidebar

skullY 5 年之前
父節點
當前提交
b5030907eb
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/sidebar.css

+ 4 - 0
docs/sidebar.css

@@ -12,3 +12,7 @@
 .markdown-section h3 {
   margin-top: 16px;
 }
+
+.sidebar, .sidebar-nav {
+  line-height: 1.5em !important;
+}