소스 검색

Update Valine 1.2.6 & style fixes

Track3 7 년 전
부모
커밋
b6f314f634
4개의 변경된 파일15개의 추가작업 그리고 4개의 파일을 삭제
  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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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) => {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.