/* Cosmetic changes to ghost styles, that help during development. The contents should be solved properly or moved into ghost-ui package. */ .post-settings-menu { display: none !important; } #entry-markdown, .entry-preview, .CodeMirror.cm-s-default { height: 500px !important; } .editor input { -webkit-transition: none; -moz-transition: none; transition: none; }