diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html index ce1e731614..de0861cd36 100644 --- a/apps/documenteditor/embed/index.html +++ b/apps/documenteditor/embed/index.html @@ -80,7 +80,6 @@ background: #e2e2e2; overflow: hidden; position: relative; - -webkit-animation: startFlickerAnimation 2s infinite ease-in-out; -moz-animation: startFlickerAnimation 2s infinite ease-in-out; -o-animation: startFlickerAnimation 2s infinite ease-in-out; diff --git a/apps/documenteditor/embed/index.html.deploy b/apps/documenteditor/embed/index.html.deploy index ee7f0ed3e7..84bbdb6a93 100644 --- a/apps/documenteditor/embed/index.html.deploy +++ b/apps/documenteditor/embed/index.html.deploy @@ -76,7 +76,6 @@ background: #e2e2e2; overflow: hidden; position: relative; - -webkit-animation: startFlickerAnimation 2s infinite ease-in-out; -moz-animation: startFlickerAnimation 2s infinite ease-in-out; -o-animation: startFlickerAnimation 2s infinite ease-in-out; @@ -144,7 +143,7 @@ -
+
- \ No newline at end of file + diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index 622f19995c..5c8e863864 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -151,11 +151,12 @@ } .loadmask > .placeholder { + box-sizing: border-box; background: #fff; background: var(--skeleton-canvas-content-background, var(--canvas-content-background, #fff)); width: 794px; margin: 46px auto; - height: 100%; + height: 1123px; border: 1px solid #bbbec2; border: var(--scaled-one-px-value, 1px) solid var(--skeleton-canvas-page-border, var(--canvas-page-border, #bbbec2)); padding-top: 50px; @@ -280,7 +281,7 @@
-
+
- \ No newline at end of file + diff --git a/apps/pdfeditor/main/index.html.deploy b/apps/pdfeditor/main/index.html.deploy index d9a7810f99..8b3866bd10 100644 --- a/apps/pdfeditor/main/index.html.deploy +++ b/apps/pdfeditor/main/index.html.deploy @@ -141,11 +141,12 @@ } .loadmask > .placeholder { + box-sizing: border-box; background: #fff; background: var(--skeleton-canvas-content-background, var(--canvas-content-background, #fff)); width: 794px; margin: 19px auto 46px; - height: 100%; + height: 1123px; border: 1px solid #bbbec2; border: var(--scaled-one-px-value, 1px) solid var(--skeleton-canvas-page-border, var(--canvas-page-border, #bbbec2)); padding-top: 50px; @@ -266,7 +267,7 @@ -
+
- \ No newline at end of file + diff --git a/apps/pdfeditor/main/resources/less/app.less b/apps/pdfeditor/main/resources/less/app.less index 4e0dc11ae3..48feabc43b 100644 --- a/apps/pdfeditor/main/resources/less/app.less +++ b/apps/pdfeditor/main/resources/less/app.less @@ -210,7 +210,7 @@ background: @canvas-content-background; width: 794px; margin: 19px auto 46px; - height: 100%; + height: 1123px; border: 1px solid @canvas-page-border; padding-top: 50px; position: absolute; @@ -238,4 +238,4 @@ background-color: fade(#fff, 5%); } } -} \ No newline at end of file +}