From 6b58820098a3d24cc716242abc77444b57cfc4ff Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 15 Jan 2020 16:12:53 +0300 Subject: [PATCH] Feature/bugfix (#300) * [PE] Bug 42759 * Fux Bug 44131 * [SSE] Update skeleton --- apps/api/documents/api.js | 3 +++ apps/documenteditor/main/index.html | 17 +++++++++++++---- apps/documenteditor/main/index.html.deploy | 16 ++++++++++++---- apps/presentationeditor/main/index.html | 17 +++++++++++++---- apps/presentationeditor/main/index.html.deploy | 16 ++++++++++++---- .../mobile/app/controller/edit/EditSlide.js | 12 ++++++++++-- .../mobile/app/view/edit/EditSlide.js | 2 +- .../mobile/resources/css/app-ios.css | 3 +++ .../mobile/resources/css/app-material.css | 3 +++ .../mobile/resources/less/app-ios.less | 4 ++++ .../mobile/resources/less/app-material.less | 3 +++ apps/spreadsheeteditor/embed/index.html | 3 ++- apps/spreadsheeteditor/embed/index.html.deploy | 3 ++- apps/spreadsheeteditor/main/index.html | 17 +++++++++++++---- apps/spreadsheeteditor/main/index.html.deploy | 16 ++++++++++++---- .../main/resources/less/app.less | 3 ++- apps/spreadsheeteditor/mobile/index.html | 3 ++- apps/spreadsheeteditor/mobile/index.html.deploy | 3 ++- .../mobile/resources/css/app-ios.css | 3 ++- .../mobile/resources/css/app-material.css | 3 ++- .../mobile/resources/less/app-ios.less | 3 ++- .../mobile/resources/less/app-material.less | 3 ++- 22 files changed, 120 insertions(+), 36 deletions(-) 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 @@