diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html
index 2efe95f95..396977aa8 100644
--- a/apps/documenteditor/embed/index.html
+++ b/apps/documenteditor/embed/index.html
@@ -52,7 +52,6 @@
display: inline-block;
max-width: 124px;
max-height: 20px;
- margin-top: 2px;
opacity: 0;
}
.loadmask > .brendpanel .doc-title {
@@ -171,6 +170,8 @@
var elem = document.querySelector('.loading-logo');
if (elem && logo) {
elem.style.backgroundImage= 'none';
+ elem.style.width = 'auto';
+ elem.style.height = 'auto';
var img = document.querySelector('.loading-logo img');
img && img.setAttribute('src', logo);
img.style.opacity = 1;
diff --git a/apps/documenteditor/embed/index.html.deploy b/apps/documenteditor/embed/index.html.deploy
index 35e4518a5..22746b462 100644
--- a/apps/documenteditor/embed/index.html.deploy
+++ b/apps/documenteditor/embed/index.html.deploy
@@ -50,7 +50,6 @@
display: inline-block;
max-width: 124px;
max-height: 20px;
- margin-top: 2px;
opacity: 0;
}
.loadmask > .brendpanel .doc-title {
@@ -163,6 +162,8 @@
var elem = document.querySelector('.loading-logo');
if (elem && logo) {
elem.style.backgroundImage= 'none';
+ elem.style.width = 'auto';
+ elem.style.height = 'auto';
var img = document.querySelector('.loading-logo img');
img && img.setAttribute('src', logo);
img.style.opacity = 1;
diff --git a/apps/presentationeditor/embed/index.html b/apps/presentationeditor/embed/index.html
index 363632511..d8d1321cd 100644
--- a/apps/presentationeditor/embed/index.html
+++ b/apps/presentationeditor/embed/index.html
@@ -52,7 +52,6 @@
display: inline-block;
max-width: 124px;
max-height: 20px;
- margin-top: 2px;
opacity: 0;
}
.loadmask > .brendpanel .doc-title {
@@ -222,6 +221,8 @@
var elem = document.querySelector('.loading-logo');
if (elem && logo) {
elem.style.backgroundImage= 'none';
+ elem.style.width = 'auto';
+ elem.style.height = 'auto';
var img = document.querySelector('.loading-logo img');
img && img.setAttribute('src', logo);
img.style.opacity = 1;
diff --git a/apps/presentationeditor/embed/index.html.deploy b/apps/presentationeditor/embed/index.html.deploy
index f28da779f..5630c82da 100644
--- a/apps/presentationeditor/embed/index.html.deploy
+++ b/apps/presentationeditor/embed/index.html.deploy
@@ -50,7 +50,6 @@
display: inline-block;
max-width: 124px;
max-height: 20px;
- margin-top: 2px;
opacity: 0;
}
.loadmask > .brendpanel .doc-title {
@@ -216,6 +215,8 @@
var elem = document.querySelector('.loading-logo');
if (elem && logo) {
elem.style.backgroundImage= 'none';
+ elem.style.width = 'auto';
+ elem.style.height = 'auto';
var img = document.querySelector('.loading-logo img');
img && img.setAttribute('src', logo);
img.style.opacity = 1;
diff --git a/apps/spreadsheeteditor/embed/index.html b/apps/spreadsheeteditor/embed/index.html
index a2527e811..6d6903b16 100644
--- a/apps/spreadsheeteditor/embed/index.html
+++ b/apps/spreadsheeteditor/embed/index.html
@@ -52,7 +52,6 @@
display: inline-block;
max-width: 124px;
max-height: 20px;
- margin-top: 2px;
opacity: 0;
}
.loadmask > .brendpanel .doc-title {
@@ -197,6 +196,8 @@
var elem = document.querySelector('.loading-logo');
if (elem && logo) {
elem.style.backgroundImage= 'none';
+ elem.style.width = 'auto';
+ elem.style.height = 'auto';
var img = document.querySelector('.loading-logo img');
img && img.setAttribute('src', logo);
img.style.opacity = 1;
diff --git a/apps/spreadsheeteditor/embed/index.html.deploy b/apps/spreadsheeteditor/embed/index.html.deploy
index 758db33b7..41ad961d1 100644
--- a/apps/spreadsheeteditor/embed/index.html.deploy
+++ b/apps/spreadsheeteditor/embed/index.html.deploy
@@ -49,7 +49,6 @@
display: inline-block;
max-width: 124px;
max-height: 20px;
- margin-top: 2px;
opacity: 0;
}
.loadmask > .brendpanel .doc-title {
@@ -189,6 +188,8 @@
var elem = document.querySelector('.loading-logo');
if (elem && logo) {
elem.style.backgroundImage= 'none';
+ elem.style.width = 'auto';
+ elem.style.height = 'auto';
var img = document.querySelector('.loading-logo img');
img && img.setAttribute('src', logo);
img.style.opacity = 1;