mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-23 12:20:21 +00:00
Removed logs, Updated version, Fixed inconsistent subheader
This commit is contained in:
parent
b2dfc069c5
commit
314d98abc3
3 changed files with 8 additions and 4 deletions
|
@ -74,7 +74,6 @@ function codePlugin() {
|
||||||
|
|
||||||
function showPopup(editor) {
|
function showPopup(editor) {
|
||||||
let selectedNode = editor.selection.getNode();
|
let selectedNode = editor.selection.getNode();
|
||||||
console.log('show ppoe');
|
|
||||||
|
|
||||||
if (!elemIsCodeBlock(selectedNode)) {
|
if (!elemIsCodeBlock(selectedNode)) {
|
||||||
let providedCode = editor.selection.getNode().textContent;
|
let providedCode = editor.selection.getNode().textContent;
|
||||||
|
@ -156,7 +155,6 @@ function codePlugin() {
|
||||||
$('.CodeMirrorContainer').filter((index ,elem) => {
|
$('.CodeMirrorContainer').filter((index ,elem) => {
|
||||||
return typeof elem.querySelector('.CodeMirror').CodeMirror === 'undefined';
|
return typeof elem.querySelector('.CodeMirror').CodeMirror === 'undefined';
|
||||||
}).each((index, elem) => {
|
}).each((index, elem) => {
|
||||||
console.log('COVERT');
|
|
||||||
codeMirrorContainerToPre($(elem));
|
codeMirrorContainerToPre($(elem));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,6 @@ form.search-box {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.faded span.faded-text {
|
.faded span.faded-text {
|
||||||
|
@ -175,6 +174,13 @@ form.search-box {
|
||||||
&:last-child {
|
&:last-child {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
&:first-child {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.action-buttons .dropdown-container:last-child a {
|
||||||
|
padding-right: 0;
|
||||||
|
padding-left: $-s;
|
||||||
}
|
}
|
||||||
.action-buttons {
|
.action-buttons {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
v0.16-dev
|
v0.17-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue