From 23774c205c2015dcd587cff11a4ee210c1251463 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Sun, 4 May 2025 14:40:13 +0000 Subject: [PATCH] Fix --- docs/overrides/hide-toc.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/overrides/hide-toc.css b/docs/overrides/hide-toc.css index 9f320db..8e51b81 100644 --- a/docs/overrides/hide-toc.css +++ b/docs/overrides/hide-toc.css @@ -1,4 +1,3 @@ -.md-sidebar--secondary { - display: none; +.md-main__inner { + grid-template-columns: minmax(0, 200px) minmax(0, 1fr) minmax(0, 260px); } -