diff --git a/apps/documenteditor/embed/index.html.deploy b/apps/documenteditor/embed/index.html.deploy index 58ccf6c9d..3c045313f 100644 --- a/apps/documenteditor/embed/index.html.deploy +++ b/apps/documenteditor/embed/index.html.deploy @@ -27,7 +27,7 @@ .loadmask > .brendpanel { width: 100%; position: absolute; - height: 32px; + height: 48px; background-color: #e2e2e2; } @@ -40,7 +40,7 @@ .loadmask > .brendpanel .loading-logo { max-width: 200px; height: 24px; - margin: 0 auto; + margin-left: 10px; text-align: center; } @@ -51,6 +51,9 @@ margin-top: 2px; opacity: 0; } + .loadmask > .brendpanel .doc-title { + flex-grow: 1; + } .loadmask > .brendpanel .circle { vertical-align: middle; @@ -109,7 +112,7 @@
-