Sfoglia il codice sorgente

Update Valine 1.2.6 & style fixes

Track3 6 anni fa
parent
commit
b6f314f634
4 ha cambiato i file con 15 aggiunte e 4 eliminazioni
  1. 0 0
      static/css/style.css
  2. 1 1
      static/js/main.js
  3. 0 0
      static/js/main.min.js
  4. 14 3
      static/scss/style.scss

File diff suppressed because it is too large
+ 0 - 0
static/css/style.css


+ 1 - 1
static/js/main.js

@@ -53,7 +53,7 @@ let comments = document.getElementById('comments');
 let commentsLoader = document.getElementById('comments-loader');
 
 const avJsUrl = '//cdn1.lncld.net/static/js/3.0.4/av-min.js';
-const valineJsUrl = '//unpkg.com/valine@1.1.9/dist/Valine.min.js';
+const valineJsUrl = '//unpkg.com/valine@1.2.6/dist/Valine.min.js';
 
 const loadScript = (source, beforeEl, async = true, defer = true) => {
   return new Promise((resolve, reject) => {

File diff suppressed because it is too large
+ 0 - 0
static/js/main.min.js


+ 14 - 3
static/scss/style.scss

@@ -479,8 +479,6 @@ figure.right {
     line-height: 1.5;
   }
 
-  @include aTag;
-
   .vcontrol {
     letter-spacing: normal;
   }
@@ -489,6 +487,13 @@ figure.right {
     background-color: #7d828a;
   }
 
+  .vwrap {
+    border: 2px solid $text;
+    input {
+      border-bottom: 1.5px dashed $text;
+    }
+  }
+
   .vsys {
     background-color: $highlight-grey;
     opacity: .5;
@@ -499,10 +504,16 @@ figure.right {
   }
 
   .vh {
-    border-bottom: 1px dashed #c6cddb;
+
+    border-bottom: 4px solid #5c6372;
+
+    .vquote {
+      border-left: 3px dotted #979ca5;
+    }
   }
 
   .vcontent {
+    padding: 0;
     code {
       margin: auto 4px;
       color: #eee;

Some files were not shown because too many files changed in this diff