mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-14 01:05:56 +08:00
default view
This commit is contained in:
@@ -261,7 +261,7 @@ function log(o) {
|
||||
<!-- 笔记列表 -->
|
||||
<!-- wrap 为了slimScroll -->
|
||||
<div id="noteItemListWrap">
|
||||
<ul id="noteItemList">
|
||||
<ul id="noteItemList" class="snippet-view">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -35,5 +35,6 @@ var Config = {
|
||||
}
|
||||
],
|
||||
"lang": "en-us",
|
||||
"theme": ""
|
||||
"theme": "",
|
||||
"view": "snippet"
|
||||
};
|
||||
|
||||
@@ -36,5 +36,5 @@ var Config = {
|
||||
],
|
||||
"lang": "en-us",
|
||||
"theme": "",
|
||||
"view": "summary"
|
||||
"view": "snippet"
|
||||
};
|
||||
@@ -1194,6 +1194,9 @@ h3 {
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-star, .item-conflict-info, .item-blog, .item-setting {
|
||||
bottom: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user