default view

This commit is contained in:
life
2016-12-28 20:19:24 +08:00
parent a2f14b8e8a
commit 64650c10f0
4 changed files with 7 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ function log(o) {
<!-- 笔记列表 -->
<!-- wrap 为了slimScroll -->
<div id="noteItemListWrap">
<ul id="noteItemList">
<ul id="noteItemList" class="snippet-view">
</ul>
</div>
</div>

View File

@@ -35,5 +35,6 @@ var Config = {
}
],
"lang": "en-us",
"theme": ""
"theme": "",
"view": "snippet"
};

View File

@@ -36,5 +36,5 @@ var Config = {
],
"lang": "en-us",
"theme": "",
"view": "summary"
"view": "snippet"
};

View File

@@ -1194,6 +1194,9 @@ h3 {
}
}
}
.item-star, .item-conflict-info, .item-blog, .item-setting {
bottom: 4px;
}
}
}