diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html index e3d73ea32..656e15910 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -328,7 +328,7 @@ visible && (document.querySelector('.brendpanel').style.display = 'block'); !(view || notoolbar) && (document.querySelector('.sktoolbar').style.display = 'block'); - document.querySelector('.placeholder').style.display = 'block'; + document.querySelector('.placeholder').style.display = 'flex'; if (stopLoading) { document.body.removeChild(document.getElementById('loading-mask')); diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index 8c31f7ee1..2a183a138 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -322,7 +322,7 @@ visible && (document.querySelector('.brendpanel').style.display = 'block'); !(view || notoolbar) && (document.querySelector('.sktoolbar').style.display = 'block'); - document.querySelector('.placeholder').style.display = 'block'; + document.querySelector('.placeholder').style.display = 'flex'; if (stopLoading) { document.body.removeChild(document.getElementById('loading-mask'));