From 6136ea68b4b8a11b90bc1790498adb76988af60f Mon Sep 17 00:00:00 2001 From: Spirit Date: Fri, 25 Oct 2019 16:40:23 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=90=B8=E9=A1=B6=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 0e8b216..9a45378 100644 --- a/style.css +++ b/style.css @@ -4357,6 +4357,12 @@ i.iconfont.js-toggle-search.iconsearch { } .ins-section .ins-section-header { + position: sticky; + top: 0; + background: #fff; + text-align: center; + padding: 8px 15px; + z-index: 1; color: #9a9a9a; border-bottom: 1px solid #e2e2e2; } From 59a4303e1dbd2f9c86fca81360d2b02361bf23ed Mon Sep 17 00:00:00 2001 From: Spirit Date: Fri, 25 Oct 2019 16:42:02 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=B1=95=E5=BC=80/=E6=94=B6=E7=BC=A9?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/sakura-app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/sakura-app.js b/js/sakura-app.js index ae36a12..fc83325 100644 --- a/js/sakura-app.js +++ b/js/sakura-app.js @@ -463,10 +463,10 @@ function timeSeriesReload(flag) { var al_expand_collapse_click = 0; $('#al_expand_collapse').click(function () { if (al_expand_collapse_click == 0) { - $al_post_list.show(); + $al_post_list.show(400); al_expand_collapse_click++; } else if (al_expand_collapse_click == 1) { - $al_post_list.hide(); + $al_post_list.hide(400); al_expand_collapse_click--; } }); From 894d63ad42d691586acfdf42b68f225842372b7b Mon Sep 17 00:00:00 2001 From: Spirit Date: Fri, 25 Oct 2019 16:42:48 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cdn/theme/sakura.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/cdn/theme/sakura.css b/cdn/theme/sakura.css index b60e38f..f5369a9 100644 --- a/cdn/theme/sakura.css +++ b/cdn/theme/sakura.css @@ -55,27 +55,34 @@ position: relative } +.entry-content h3, .entry-content h4, .entry-content h5 { + padding-left: 16px; +} + .entry-content h3 { padding-bottom: 8px; border-bottom: 1px dashed #ddd; color: #737373 } -.entry-content h3:before { +.entry-content h3:after { content: "#"; - margin-right: 5px; + position: absolute; + left: 0; color: #FF6D6D } -.entry-content h4:before { +.entry-content h4:after { content: ">"; - margin-right: 5px; + position: absolute; + left: 0; color: #FF6D6D } -.entry-content h5:before { +.entry-content h5:after { content: "?"; - margin-right: 5px; + position: absolute; + left: 0; color: #FF6D6D } From a6444a35c1ec91fb8f91b5b48ab1a6f05a746ea1 Mon Sep 17 00:00:00 2001 From: Spirit Date: Fri, 25 Oct 2019 16:43:59 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=B8=8D=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9a45378..4510fe5 100644 --- a/style.css +++ b/style.css @@ -1195,8 +1195,9 @@ a:hover { padding: 10px; top: 46px; right: -13px; - width: 80px; + min-width: 80px; text-align: center; + white-space: nowrap; z-index: 9999; border-radius: 5px; box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .5);