/* Filesアプリ左メニューを非表示にする */
#app-content #app-navigation {
    display: none !important;
}

/* メインコンテンツを左に広げる */
#app-content #app-content-container {
    margin-left: 0 !important;
}