body:not(:has(nav.main-nav.hasnotebookbar)) #document-titlebar {
    left: 100px !important;
    width: calc(100% - 200px) !important;
    position: fixed !important;
    display: unset !important;
    pointer-events: none !important;
}

body:not(:has(nav.main-nav.hasnotebookbar)) #closebuttonwrapper {
    position: absolute !important;
    top:0 !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

body:not(:has(nav.main-nav.hasnotebookbar)) #viewMode,
body:not(:has(nav.main-nav.hasnotebookbar)) #toolbar-down {
    display: none !important;
}
