diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index 5c113bf44..7c6983646 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -803,6 +803,9 @@ if (config.editorConfig && config.editorConfig.customization && !!config.editorConfig.customization.compactHeader) params += "&compact=true"; + if (config.editorConfig && config.editorConfig.customization && (config.editorConfig.customization.toolbar===false)) + params += "&toolbar=false"; + return params; } diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index b5d3c4ecb..fdd2df9c0 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -24,7 +24,7 @@ .loadmask > .brendpanel { width: 100%; - min-height: 32px; + min-height: 28px; background: #446995; } @@ -223,14 +223,23 @@