diff --git a/views/grapejs/editor.hbs b/views/grapejs/editor.hbs index 207160e3..25c0cbca 100644 --- a/views/grapejs/editor.hbs +++ b/views/grapejs/editor.hbs @@ -40,18 +40,6 @@ #merge-tag-reference-container table th { padding: 5px 20px 5px 0; } - - /* Fixed width sidebar */ - #gjs > .gjs-editor > .gjs-cv-canvas { width: 100% !important; padding-right: 300px !important; } - #gjs-pn-views, #gjs-pn-views-container { width: 300px !important; } - #gjs-pn-options { right: 300px !important; } - #gjs-pn-commands { width: 100% !important; padding-right: 310px !important; } - - /* Hide the fullscreen button - doesn't work from within our iFrame */ - #gjs-pn-options .gjs-pn-btn.fa.fa-arrows-alt { display: none !important; } - - /* Hide pencil icon on image toolbar, issue #195 */ - .gjs-toolbar > div > div.fa-pencil { display: none; }