diff --git a/services/web/app/views/project/editor/editor.pug b/services/web/app/views/project/editor/editor.pug index 28eafab60e..63f3e78c5b 100644 --- a/services/web/app/views/project/editor/editor.pug +++ b/services/web/app/views/project/editor/editor.pug @@ -26,7 +26,10 @@ div.full-size( 'rp-loading-threads': reviewPanel.loadingThreads,\ }" ) - .loading-panel(ng-show="!editor.sharejs_doc || editor.opening") + .loading-panel( + ng-show="!editor.sharejs_doc || editor.opening", + style=showRichText ? "top: 32px" : "", + ) span(ng-show="editor.open_doc_id") i.fa.fa-spin.fa-refresh |   #{translate("loading")}...