This will hide the Recent entry from the left sidebar in the files app:
#app-navigation:not(.vue) > ul > li.nav-recent {
display: none;
}
Disclaimer: This was tested with Nextcloud 18.0.6 and might break with future versions of Nextcloud.
This will hide the Recent entry from the left sidebar in the files app:
#app-navigation:not(.vue) > ul > li.nav-recent {
display: none;
}
Disclaimer: This was tested with Nextcloud 18.0.6 and might break with future versions of Nextcloud.