Nicolas Giard пре 6 година
родитељ
комит
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;
   }