소스 검색

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;
+}