Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xcss committed Jun 26, 2019
1 parent fd5d126 commit b3de0bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/Valine.Pure.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/Valine.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valine",
"version": "1.3.8",
"version": "1.3.9",
"description": "A simple comment system based on Leancloud.",
"main": "/dist/Valine.min.js",
"author": "xCss <[email protected]> (https://github.com/xCss)",
Expand Down
5 changes: 3 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.v {
font-size:16px;
text-align: left;
* {
box-sizing: border-box; //font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", Arial, sans-serif;
line-height:2;
Expand Down Expand Up @@ -165,7 +166,7 @@
padding-top: 15px;
.col {
display: inline-block;
font-size: .725em;
font-size: 16px;
vertical-align: middle;
color: #ccc;
&.text-right {
Expand Down Expand Up @@ -241,7 +242,7 @@
font-size: 0;
padding: 5px;
.col {
font-size: .875em;
font-size: 16px;
display: inline-block;
width: 50%;
vertical-align: middle;
Expand Down

0 comments on commit b3de0bb

Please sign in to comment.