Browse Source

fix: editor init bg

pull/662/head
Nicolas Giard 6 years ago
parent
commit
1bc98068e9
1 changed files with 5 additions and 0 deletions
  1. 5
      client/components/editor.vue

5
client/components/editor.vue

@ -276,6 +276,11 @@ export default {
<style lang='scss'>
.editor {
background-color: mc('grey', '900');
min-height: 100vh;
}
.atom-spinner.is-inline {
display: inline-block;
}

Loading…
Cancel
Save