Workaround to hide Nextcloud Talk folder

Simó Albert i Beltran 2021-05-31 22:45:08 +02:00
parent ab1123a886
commit 10a2462b19
1 changed files with 3 additions and 0 deletions

View File

@ -194,3 +194,6 @@ div#content-vue {
padding-top: 75px;
}
#content.app-files [data-path="/"][data-file="Talk"] {
display: none !important;
}