]> BookStack Code Mirror - bookstack/commitdiff
Removed logs, Updated version, Fixed inconsistent subheader
authorDan Brown <redacted>
Sun, 2 Jul 2017 19:33:32 +0000 (20:33 +0100)
committerDan Brown <redacted>
Sun, 2 Jul 2017 19:33:32 +0000 (20:33 +0100)
resources/assets/js/pages/page-form.js
resources/assets/sass/_header.scss
version

index 9b3c90a2827af121ec7beaa1f97ee7bc2e310bbc..81d1cdea62763ae07f23e2bbbd4ef4aa4fcb1605 100644 (file)
@@ -74,7 +74,6 @@ function codePlugin() {
 
     function showPopup(editor) {
         let selectedNode = editor.selection.getNode();
-        console.log('show ppoe');
 
         if (!elemIsCodeBlock(selectedNode)) {
             let providedCode = editor.selection.getNode().textContent;
@@ -156,7 +155,6 @@ function codePlugin() {
             $('.CodeMirrorContainer').filter((index ,elem) => {
                 return typeof elem.querySelector('.CodeMirror').CodeMirror === 'undefined';
             }).each((index, elem) => {
-                console.log('COVERT');
                 codeMirrorContainerToPre($(elem));
             });
 
index 12bd17076a7e85083ae28546b05f54b4f324afe1..16ed7554588f1fd2b06a33a514ed95c4d673b11f 100644 (file)
@@ -155,7 +155,6 @@ form.search-box {
       text-decoration: none;
     }
   }
-
 }
 
 .faded span.faded-text {
@@ -175,6 +174,13 @@ form.search-box {
   &:last-child {
     padding-right: 0;
   }
+  &:first-child {
+    padding-left: 0;
+  }
+}
+.action-buttons .dropdown-container:last-child a {
+  padding-right: 0;
+  padding-left: $-s;
 }
 .action-buttons {
   text-align: right;
diff --git a/version b/version
index 973dcf5ace09ec3bce7c944761459a4785241871..1365ed940e528b43dbfb462c1f168179542614f9 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-v0.16-dev
+v0.17-dev
Morty Proxy This is a proxified and sanitized view of the page, visit original site.