Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
Caleb James DeLisle 7 years ago
commit 7c8572c99d

@ -19,5 +19,8 @@
"require",
"module",
"__dirname"
]
],
"globals": {
"self": true
}
}

@ -72,12 +72,12 @@ h6 { font-size: 24px; }
overflow: hidden;
.CodeMirror {
resize: none;
width: 100vw;
//width: 100vw;
}
&.cp-app-slide-preview {
.CodeMirror {
//resize: horizontal;
width: 50vw;
//width: 50vw;
}
}
}

Loading…
Cancel
Save