quartz/styles/variables.scss内の値を変更する.デフォルトは以下.

$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px;
$sidePanelWidth: 380px;
$topSpacing: 6rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
$boldWeight: 700;
$semiBoldWeight: 600;
$normalWeight: 400;

$fullPageWidthよりwindow sizeが小さくなると,おそらくmobile modeになって,サイドバーが非表示になる.

現在は,$sidePanelWidth: 330px; としてサイドバーを少し狭めることで mobile mode に変更されるページサイズを抑えている.