From d9035d3dfb9ab41bde90dfb0b15ad75c809d9944 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Mon, 5 May 2025 07:01:18 +0000 Subject: [PATCH] Fix --- docs/stylesheets/extra.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8285778..f13051f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -22,3 +22,10 @@ .md-sidebar { width: 8rem } + +@media screen and (max-width: 1219px) { + .md-sidebar--secondary { + display: none !important; + } + } +