2
0
Nicolas Giard 6 жил өмнө
parent
commit
1bc98068e9

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