[PE] fix bug 50284
This commit is contained in:
parent
a166cf858c
commit
00b8e67c68
|
@ -201,7 +201,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: rgb(226, 226, 226);
|
background: @canvas-background;
|
||||||
|
|
||||||
.slide-h {
|
.slide-h {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
// Skeleton of workbook
|
// Skeleton of workbook
|
||||||
|
|
||||||
.doc-placeholder {
|
.doc-placeholder {
|
||||||
background: #fbfbfb;
|
background: @canvas-content-background;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue