Merge branch 'workaround_hide_nextcloud_talk_folder' into 'master'

Workaround to hide Nextcloud Talk folder

See merge request isard/isard-sso!16
Josep Maria Viñolas Auquer 2021-05-31 22:57:54 +00:00
commit 87b699abdd
1 changed files with 3 additions and 0 deletions

View File

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