From afe051931d40867e646105fc4209e1e4c6da68c4 Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Tue, 15 Jul 2025 14:47:43 +0900 Subject: [PATCH] Adjust width of page nav buttons to avoid hiding the code block clip buttons --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 3f6f556d..a7beb37e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,8 @@ :root { --content-max-width: 1000px; } + +.nav-chapters { + max-width: 75px; + min-width: 45px; +}