diff --git a/note.html b/note.html
index 4dc355ef..05e3149b 100755
--- a/note.html
+++ b/note.html
@@ -261,7 +261,7 @@ function log(o) {
diff --git a/public/config-default.js b/public/config-default.js
index bffa1e36..9e515327 100644
--- a/public/config-default.js
+++ b/public/config-default.js
@@ -35,5 +35,6 @@ var Config = {
}
],
"lang": "en-us",
- "theme": ""
+ "theme": "",
+ "view": "snippet"
};
diff --git a/public/config.js b/public/config.js
index 06660268..e5ea8824 100644
--- a/public/config.js
+++ b/public/config.js
@@ -36,5 +36,5 @@ var Config = {
],
"lang": "en-us",
"theme": "",
- "view": "summary"
+ "view": "snippet"
};
\ No newline at end of file
diff --git a/public/themes/basic.less b/public/themes/basic.less
index 17074170..09ea9c7e 100644
--- a/public/themes/basic.less
+++ b/public/themes/basic.less
@@ -1194,6 +1194,9 @@ h3 {
}
}
}
+ .item-star, .item-conflict-info, .item-blog, .item-setting {
+ bottom: 4px;
+ }
}
}