hide breadcrumb ancestors

watcha-feature/make-nextcloud-documents-integration-a-local-widget
c-cal 3 years ago
parent 189d35b4a0
commit 7decfc21ca
Signed by: watcha
GPG Key ID: 87DD78E7F7A1581D
  1. 5
      js/embed.js

@ -56,6 +56,11 @@ function embedFileExplorer() {
function embedFilesWidget() {
_hideFilesToolbar();
const style = `
#controls .crumb.ui-droppable { /* breadcrumb ancestors */
display: none !important;
}`;
_injectStyle(style);
}
function embedCalendarWidget() {

Loading…
Cancel
Save