From 932ad827ca8f13401823682f402e6c19287f0a27 Mon Sep 17 00:00:00 2001 From: "Unisko PENG," Date: Tue, 28 Mar 2023 21:56:26 +0800 Subject: [PATCH] made pagetoc wider --- theme/pagetoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/pagetoc.css b/theme/pagetoc.css index 8412a45..a818baf 100644 --- a/theme/pagetoc.css +++ b/theme/pagetoc.css @@ -16,7 +16,7 @@ } .pagetoc { position: fixed; - width: 200px; + width: 280px; height: calc(100vh - var(--menu-bar-height) - 0.67em * 4); overflow: auto; }