From 7decfc21caa5a2c9b25628fa025c25fe80349711 Mon Sep 17 00:00:00 2001 From: c-cal Date: Wed, 14 Sep 2022 23:34:39 +0200 Subject: [PATCH] hide breadcrumb ancestors --- js/embed.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/embed.js b/js/embed.js index fd6d88b..e0cd7e4 100644 --- a/js/embed.js +++ b/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() {