Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
@@ -30,6 +30,7 @@ body {
|
|||||||
min-width: 20%;
|
min-width: 20%;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
resize: horizontal;
|
resize: horizontal;
|
||||||
|
font-size: initial;
|
||||||
}
|
}
|
||||||
.CodeMirror.fullPage {
|
.CodeMirror.fullPage {
|
||||||
//min-width: 100%;
|
//min-width: 100%;
|
||||||
|
|||||||
@@ -410,6 +410,7 @@ define([
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
// add the splitter
|
// add the splitter
|
||||||
if (!$iframe.has('.cp-splitter').length) {
|
if (!$iframe.has('.cp-splitter').length) {
|
||||||
var $preview = $iframe.find('#previewContainer');
|
var $preview = $iframe.find('#previewContainer');
|
||||||
@@ -437,6 +438,7 @@ define([
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
Cryptpad.removeLoadingScreen();
|
Cryptpad.removeLoadingScreen();
|
||||||
setEditable(true);
|
setEditable(true);
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ h6 { font-size: 24px; }
|
|||||||
body {
|
body {
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-size: initial;
|
||||||
}
|
}
|
||||||
.CodeMirror-focused .cm-matchhighlight {
|
.CodeMirror-focused .cm-matchhighlight {
|
||||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);
|
||||||
|
|||||||
Reference in New Issue
Block a user