2
0
Эх сурвалжийг харах

Make the TOC expand button easier to click

Yuri Sizov 2 жил өмнө
parent
commit
2ca8b1b5c9
1 өөрчлөгдсөн 16 нэмэгдсэн , 0 устгасан
  1. 16 0
      _static/css/custom.css

+ 16 - 0
_static/css/custom.css

@@ -1026,6 +1026,22 @@ kbd.compound > .kbd,
     margin-right: 0;
 }
 
+/* Make the expand icon a bit easier to hit. */
+.wy-menu-vertical li a button.toctree-expand {
+    position: relative;
+    width: 12px;
+    height: 18px;
+}
+
+.wy-menu-vertical li a button.toctree-expand:before {
+    position: absolute;
+    top: -3px;
+    left: -6px;
+    width: 24px;
+    height: 24px;
+    padding: 6px;
+}
+
 /* Banner panel in sidebar */
 .wy-nav-side .ethical-rtd.fixed {
     position: fixed;