Merge branch 'staging' into refactor2
This commit is contained in:
commit
d1277d7026
@ -19,5 +19,8 @@
|
|||||||
"require",
|
"require",
|
||||||
"module",
|
"module",
|
||||||
"__dirname"
|
"__dirname"
|
||||||
]
|
],
|
||||||
|
"globals": {
|
||||||
|
"self": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -72,12 +72,12 @@ h6 { font-size: 24px; }
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
resize: none;
|
resize: none;
|
||||||
width: 100vw;
|
//width: 100vw;
|
||||||
}
|
}
|
||||||
&.cp-app-slide-preview {
|
&.cp-app-slide-preview {
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
//resize: horizontal;
|
//resize: horizontal;
|
||||||
width: 50vw;
|
//width: 50vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user