diff --git a/client/components/main/editor.js b/client/components/main/editor.js index 82bda0a3c..91403086a 100755 --- a/client/components/main/editor.js +++ b/client/components/main/editor.js @@ -180,7 +180,7 @@ Template.editor.onRendered(() => { fBtn.on('click', function() { const $this = $(this), isActive = $this.hasClass('active'); - $('.minicards').toggle(!isActive); // mini card is still showing when editor is in fullscreen mode, we hide here manually + $('.minicards,#header-quick-access').toggle(!isActive); // mini card is still showing when editor is in fullscreen mode, we hide here manually }); } }, diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 065385545..0955a352c 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -425,6 +425,9 @@ a height: 100% margin: 0px + .panel-default + width: 83vw + .inline-input height: 37px margin: 8px 10px 0 0