>>830
/* 全画面表示のときサイドバーを隠す */
:root[inFullscreen="true"] #sidebar-box {
max-width: 0px !important;
min-width: 0px !important;
}