From be8d3499a07768689b1e649c0464aa02fd719727 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:47:54 +0300 Subject: [PATCH] Fix sidebar width issue (#878) --- src/css/custom.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index ec0b47a2..667c6a8a 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -92,11 +92,11 @@ html[data-theme="dark"] a:hover { /* sidebar & content in the center of the page */ -.navbar__inner, -.main-wrapper > div { - margin: 0 auto; - max-width: var(--max-page-width); -} +/*.navbar__inner,*/ +/*.main-wrapper > div {*/ +/* margin: 0 auto;*/ +/* max-width: var(--max-page-width);*/ +/*}*/ /* Scrollbar style in dark-mode */