Nicolas Giard преди 7 години
родител
ревизия
1bc98068e9
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      client/components/editor.vue

+ 5 - 0
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;
   }