From fab11030799d560ad4b76fa53930256b644abb9e Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:40:12 -0500 Subject: [PATCH] Adjust css to give toc sidebar more room --- yardang/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yardang/custom.css b/yardang/custom.css index fb31e0a..fa97cc5 100644 --- a/yardang/custom.css +++ b/yardang/custom.css @@ -1,10 +1,13 @@ /* Wide main page */ .content { - flex: 1; + flex: 3; } aside.sidebar-drawer { width: unset; } +aside.toc-drawer { + flex: 1; +} /* Left-align tables */ article table.align-default {