[PE] Fixed display dummy document on loading

This commit is contained in:
Alexander Yuzhin 2019-10-30 13:54:08 +03:00
parent f53ee83740
commit 302199918d
7 changed files with 24 additions and 13 deletions

View file

@ -191,7 +191,8 @@
flex-grow: 1;
max-width: 1350px;
width: 100%;
margin: 0 auto 56px;
height: 100%;
margin: 0 auto;
}
.slide-v {

View file

@ -89,7 +89,8 @@
justify-content: center;
flex-grow: 1;
width: 90%;
margin: 15px auto;
height: 100%;
margin: 0 auto;
}
.loadmask > .placeholder .slide-v {
display: flex;
@ -124,7 +125,7 @@
.loadmask > .placeholder .slide-container > .line:nth-child(1) {
height: 30%;
margin: 120px 80px 0;
margin: 10% 80px 0;
}
@keyframes flickerAnimation {

View file

@ -88,7 +88,8 @@
justify-content: center;
flex-grow: 1;
width: 90%;
margin: 15px auto;
height: 100%;
margin: 0 auto;
}
.loadmask > .placeholder .slide-v {
display: flex;
@ -123,7 +124,7 @@
.loadmask > .placeholder .slide-container > .line:nth-child(1) {
height: 30%;
margin: 120px 80px 0;
margin: 10% 80px 0;
}
@keyframes flickerAnimation {

View file

@ -7150,6 +7150,7 @@ html.pixel-ratio-3 .numbers li {
top: 0;
bottom: 0;
right: 0;
z-index: 1;
position: absolute;
padding-top: 12px;
}
@ -7159,7 +7160,8 @@ html.pixel-ratio-3 .numbers li {
justify-content: center;
flex-grow: 1;
width: 90%;
margin: 15px auto;
height: 100%;
margin: 0 auto;
}
.doc-placeholder .slide-v {
display: flex;
@ -7186,7 +7188,7 @@ html.pixel-ratio-3 .numbers li {
}
.doc-placeholder .slide-container > .line:nth-child(1) {
height: 30%;
margin: 120px 80px 0;
margin: 10% 80px 0;
}
.doc-placeholder .slide-container > .line.empty {
background: transparent;

View file

@ -6970,6 +6970,7 @@ html.pixel-ratio-3 .numbers li {
top: 0;
bottom: 0;
right: 0;
z-index: 1;
position: absolute;
padding-top: 22px;
}
@ -6979,7 +6980,8 @@ html.pixel-ratio-3 .numbers li {
justify-content: center;
flex-grow: 1;
width: 90%;
margin: 15px auto;
height: 100%;
margin: 0 auto;
}
.doc-placeholder .slide-v {
display: flex;
@ -7006,7 +7008,7 @@ html.pixel-ratio-3 .numbers li {
}
.doc-placeholder .slide-container > .line:nth-child(1) {
height: 30%;
margin: 120px 80px 0;
margin: 10% 80px 0;
}
.doc-placeholder .slide-container > .line.empty {
background: transparent;

View file

@ -256,6 +256,7 @@ input, textarea {
top: 0;
bottom: 0;
right: 0;
z-index: 1;
position: absolute;
padding-top: 12px;
@ -265,7 +266,8 @@ input, textarea {
justify-content: center;
flex-grow: 1;
width: 90%;
margin: 15px auto;
height: 100%;
margin: 0 auto;
}
.slide-v {
@ -295,7 +297,7 @@ input, textarea {
&:nth-child(1) {
height: 30%;
margin: 120px 80px 0;
margin: 10% 80px 0;
}
&.empty {

View file

@ -244,6 +244,7 @@ input, textarea {
top: 0;
bottom: 0;
right: 0;
z-index: 1;
position: absolute;
padding-top: 22px;
@ -253,7 +254,8 @@ input, textarea {
justify-content: center;
flex-grow: 1;
width: 90%;
margin: 15px auto;
height: 100%;
margin: 0 auto;
}
.slide-v {
@ -283,7 +285,7 @@ input, textarea {
&:nth-child(1) {
height: 30%;
margin: 120px 80px 0;
margin: 10% 80px 0;
}
&.empty {