/* Fix view switcher hidden behind notifications in Nextcloud 33 */
.files-controls .action-buttons,
#filestable .files-controls .view-switcher {
    margin-right: 0 !important;
    order: 10 !important;   /* push it further right if needed */
}

.header-right .notifications-button {
    margin-left: 8px !important;
}