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

docs: don't narrow right margin in sidebar toc

avoids overly narrow text in the FAQ toc
Marian Beermann 8 жил өмнө
parent
commit
8727b79325

+ 5 - 0
docs/borg_theme/css/borg.css

@@ -191,3 +191,8 @@ cite {
 .borg-common-opt-ref {
     font-weight: bold;
 }
+
+.sidebar-toc ul li.toctree-l2 a,
+.sidebar-toc ul li.toctree-l3 a {
+    padding-right: 25px;
+}